Color spaces of #672516
RGB | 103 | 37 | 22 |
---|---|---|---|
HSL | 0.03 | 0.65 | 0.25 |
HSV | 11° | 79° | 40° |
CMYK | 0.00 | 0.64 | 0.79 0.60 |
XYZ | 6.3999 | 4.2646 | 1.2449 |
Yxy | 4.2646 | 0.5374 | 0.3581 |
Hunter Lab | 20.6509 | 19.1796 | 10.8815 |
CIE-Lab | 24.5276 | 28.7265 | 24.8189 |
#672516 color RGB value is (103,37,22).
#672516 hex color red value is 103, green value is 37 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #672516 hue: 0.03 , saturation: 0.65 and the lightness value of 672516 is 0.25.
The process color (four color CMYK) of #672516 color hex is 0.00, 0.64, 0.79, 0.60. Web safe color of #672516 is #663300. Color #672516 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00100101 | 00010110 |
Octal | 147 | 45 | 26 |
Decimal | 103 | 37 | 22 |
Hex | 67 | 25 | 16 |
Shades of #672516
Tints of #672516
RGB Percentages of Color #672516
CMYK Percentages of Color #672516
Complementary Color
#672516 | #165867 |
#672516 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672516 Color Preview on White Background
Lorem ipsum dolor sit amet.
#672516 Color CSS Codes
.mybgcolor {background-color:#672516; } .myforecolor {color:#672516; } .mybordercolor {border:3px solid #672516; }
#672516 Text Font Color
<p style="color:#672516">Text here</p>
This sample text font color is #672516
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.
#672516 Background Color
<div style="background-color:#672516">
Div content here</div>
This div background color is #672516
#672516 Border Color
<div style="border:3px solid #672516">
Div here</div>
This div border color is #672516
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,37,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672516; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672516; -webkit-box-shadow: 1px 1px 3px 2px #672516; box-shadow: 1px 1px 3px 2px #672516; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,37,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672516">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672516; -webkit-box-shadow: 1px 1px 3px 2px #672516; box-shadow: 1px 1px 3px 2px #672516;">
Div content here</div>
This div box has shadow with color #672516
Comments
No comments written yet.
Please login to write comment.