Color spaces of #815965
RGB | 129 | 89 | 101 |
---|---|---|---|
HSL | 0.95 | 0.18 | 0.43 |
HSV | 342° | 31° | 51° |
CMYK | 0.00 | 0.31 | 0.22 0.49 |
XYZ | 14.9746 | 12.7515 | 13.9840 |
Yxy | 12.7515 | 0.3590 | 0.3057 |
Hunter Lab | 35.7092 | 12.3624 | 1.7781 |
CIE-Lab | 42.3864 | 18.3833 | -0.2406 |
#815965 color RGB value is (129,89,101).
#815965 hex color red value is 129, green value is 89 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #815965 hue: 0.95 , saturation: 0.18 and the lightness value of 815965 is 0.43.
The process color (four color CMYK) of #815965 color hex is 0.00, 0.31, 0.22, 0.49. Web safe color of #815965 is #996666. Color #815965 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01011001 | 01100101 |
Octal | 201 | 131 | 145 |
Decimal | 129 | 89 | 101 |
Hex | 81 | 59 | 65 |
Shades of #815965
Tints of #815965
RGB Percentages of Color #815965
CMYK Percentages of Color #815965
Complementary Color
#815965 | #598175 |
#815965 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#815965 Color Preview on White Background
Lorem ipsum dolor sit amet.
#815965 Color CSS Codes
.mybgcolor {background-color:#815965; } .myforecolor {color:#815965; } .mybordercolor {border:3px solid #815965; }
#815965 Text Font Color
<p style="color:#815965">Text here</p>
This sample text font color is #815965
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.
#815965 Background Color
<div style="background-color:#815965">
Div content here</div>
This div background color is #815965
#815965 Border Color
<div style="border:3px solid #815965">
Div here</div>
This div border color is #815965
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,89,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #815965; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #815965; -webkit-box-shadow: 1px 1px 3px 2px #815965; box-shadow: 1px 1px 3px 2px #815965; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,89,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #815965">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #815965; -webkit-box-shadow: 1px 1px 3px 2px #815965; box-shadow: 1px 1px 3px 2px #815965;">
Div content here</div>
This div box has shadow with color #815965
Comments
No comments written yet.
Please login to write comment.