Color spaces of #696515
RGB | 105 | 101 | 21 |
---|---|---|---|
HSL | 0.16 | 0.67 | 0.25 |
HSV | 57° | 80° | 41° |
CMYK | 0.00 | 0.04 | 0.80 0.59 |
XYZ | 10.6147 | 12.3648 | 2.5366 |
Yxy | 12.3648 | 0.4160 | 0.4846 |
Hunter Lab | 35.1636 | -7.6533 | 20.3375 |
CIE-Lab | 41.7901 | -8.3121 | 42.5174 |
#696515 color RGB value is (105,101,21).
#696515 hex color red value is 105, green value is 101 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #696515 hue: 0.16 , saturation: 0.67 and the lightness value of 696515 is 0.25.
The process color (four color CMYK) of #696515 color hex is 0.00, 0.04, 0.80, 0.59. Web safe color of #696515 is #666600. Color #696515 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01100101 | 00010101 |
Octal | 151 | 145 | 25 |
Decimal | 105 | 101 | 21 |
Hex | 69 | 65 | 15 |
Shades of #696515
Tints of #696515
RGB Percentages of Color #696515
CMYK Percentages of Color #696515
Complementary Color
#696515 | #151969 |
#696515 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#696515 Color Preview on White Background
Lorem ipsum dolor sit amet.
#696515 Color CSS Codes
.mybgcolor {background-color:#696515; } .myforecolor {color:#696515; } .mybordercolor {border:3px solid #696515; }
#696515 Text Font Color
<p style="color:#696515">Text here</p>
This sample text font color is #696515
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.
#696515 Background Color
<div style="background-color:#696515">
Div content here</div>
This div background color is #696515
#696515 Border Color
<div style="border:3px solid #696515">
Div here</div>
This div border color is #696515
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,101,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #696515; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #696515; -webkit-box-shadow: 1px 1px 3px 2px #696515; box-shadow: 1px 1px 3px 2px #696515; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,101,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #696515">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #696515; -webkit-box-shadow: 1px 1px 3px 2px #696515; box-shadow: 1px 1px 3px 2px #696515;">
Div content here</div>
This div box has shadow with color #696515
Comments
No comments written yet.
Please login to write comment.