Color spaces of #886c5b
RGB | 136 | 108 | 91 |
---|---|---|---|
HSL | 0.06 | 0.20 | 0.45 |
HSV | 23° | 33° | 53° |
CMYK | 0.00 | 0.21 | 0.33 0.47 |
XYZ | 17.4042 | 16.7147 | 12.2065 |
Yxy | 16.7147 | 0.3757 | 0.3608 |
Hunter Lab | 40.8836 | 4.4413 | 10.9165 |
CIE-Lab | 47.8985 | 8.5035 | 13.7336 |
#886c5b color RGB value is (136,108,91).
#886c5b hex color red value is 136, green value is 108 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #886c5b hue: 0.06 , saturation: 0.20 and the lightness value of 886c5b is 0.45.
The process color (four color CMYK) of #886c5b color hex is 0.00, 0.21, 0.33, 0.47. Web safe color of #886c5b is #996666. Color #886c5b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01101100 | 01011011 |
Octal | 210 | 154 | 133 |
Decimal | 136 | 108 | 91 |
Hex | 88 | 6C | 5B |
Shades of #886c5b
Tints of #886c5b
RGB Percentages of Color #886c5b
CMYK Percentages of Color #886c5b
Complementary Color
#886c5b | #5b7788 |
#886c5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#886c5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#886c5b Color CSS Codes
.mybgcolor {background-color:#886c5b; } .myforecolor {color:#886c5b; } .mybordercolor {border:3px solid #886c5b; }
#886c5b Text Font Color
<p style="color:#886c5b">Text here</p>
This sample text font color is #886c5b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#886c5b Background Color
<div style="background-color:#886c5b">
Div content here</div>
This div background color is #886c5b
#886c5b Border Color
<div style="border:3px solid #886c5b">
Div here</div>
This div border color is #886c5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,108,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #886c5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886c5b; -webkit-box-shadow: 1px 1px 3px 2px #886c5b; box-shadow: 1px 1px 3px 2px #886c5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,108,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #886c5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #886c5b; -webkit-box-shadow: 1px 1px 3px 2px #886c5b; box-shadow: 1px 1px 3px 2px #886c5b;">
Div content here</div>
This div box has shadow with color #886c5b
Comments
No comments written yet.
Please login to write comment.