Color spaces of #86665e
RGB | 134 | 102 | 94 |
---|---|---|---|
HSL | 0.03 | 0.18 | 0.45 |
HSV | 12° | 30° | 53° |
CMYK | 0.00 | 0.24 | 0.30 0.47 |
XYZ | 16.6033 | 15.3792 | 12.6831 |
Yxy | 15.3792 | 0.3717 | 0.3443 |
Hunter Lab | 39.2163 | 6.9443 | 8.2762 |
CIE-Lab | 46.1493 | 11.6197 | 9.4785 |
#86665e color RGB value is (134,102,94).
#86665e hex color red value is 134, green value is 102 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #86665e hue: 0.03 , saturation: 0.18 and the lightness value of 86665e is 0.45.
The process color (four color CMYK) of #86665e color hex is 0.00, 0.24, 0.30, 0.47. Web safe color of #86665e is #996666. Color #86665e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01100110 | 01011110 |
Octal | 206 | 146 | 136 |
Decimal | 134 | 102 | 94 |
Hex | 86 | 66 | 5E |
Shades of #86665e
Tints of #86665e
RGB Percentages of Color #86665e
CMYK Percentages of Color #86665e
Complementary Color
#86665e | #5e7e86 |
#86665e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86665e Color Preview on White Background
Lorem ipsum dolor sit amet.
#86665e Color CSS Codes
.mybgcolor {background-color:#86665e; } .myforecolor {color:#86665e; } .mybordercolor {border:3px solid #86665e; }
#86665e Text Font Color
<p style="color:#86665e">Text here</p>
This sample text font color is #86665e
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.
#86665e Background Color
<div style="background-color:#86665e">
Div content here</div>
This div background color is #86665e
#86665e Border Color
<div style="border:3px solid #86665e">
Div here</div>
This div border color is #86665e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,102,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86665e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86665e; -webkit-box-shadow: 1px 1px 3px 2px #86665e; box-shadow: 1px 1px 3px 2px #86665e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,102,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86665e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86665e; -webkit-box-shadow: 1px 1px 3px 2px #86665e; box-shadow: 1px 1px 3px 2px #86665e;">
Div content here</div>
This div box has shadow with color #86665e
Comments
No comments written yet.
Please login to write comment.