Color spaces of #60421a
RGB | 96 | 66 | 26 |
---|---|---|---|
HSL | 0.10 | 0.57 | 0.24 |
HSV | 34° | 73° | 38° |
CMYK | 0.00 | 0.31 | 0.73 0.62 |
XYZ | 6.9585 | 6.4578 | 1.8570 |
Yxy | 6.4578 | 0.4556 | 0.4228 |
Hunter Lab | 25.4122 | 4.4064 | 13.4559 |
CIE-Lab | 30.5393 | 8.5680 | 28.7591 |
#60421a color RGB value is (96,66,26).
#60421a hex color red value is 96, green value is 66 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #60421a hue: 0.10 , saturation: 0.57 and the lightness value of 60421a is 0.24.
The process color (four color CMYK) of #60421a color hex is 0.00, 0.31, 0.73, 0.62. Web safe color of #60421a is #663333. Color #60421a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01000010 | 00011010 |
Octal | 140 | 102 | 32 |
Decimal | 96 | 66 | 26 |
Hex | 60 | 42 | 1A |
Shades of #60421a
Tints of #60421a
RGB Percentages of Color #60421a
CMYK Percentages of Color #60421a
Complementary Color
#60421a | #1a3860 |
#60421a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60421a Color Preview on White Background
Lorem ipsum dolor sit amet.
#60421a Color CSS Codes
.mybgcolor {background-color:#60421a; } .myforecolor {color:#60421a; } .mybordercolor {border:3px solid #60421a; }
#60421a Text Font Color
<p style="color:#60421a">Text here</p>
This sample text font color is #60421a
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.
#60421a Background Color
<div style="background-color:#60421a">
Div content here</div>
This div background color is #60421a
#60421a Border Color
<div style="border:3px solid #60421a">
Div here</div>
This div border color is #60421a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,66,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60421a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60421a; -webkit-box-shadow: 1px 1px 3px 2px #60421a; box-shadow: 1px 1px 3px 2px #60421a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,66,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60421a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60421a; -webkit-box-shadow: 1px 1px 3px 2px #60421a; box-shadow: 1px 1px 3px 2px #60421a;">
Div content here</div>
This div box has shadow with color #60421a
Comments
No comments written yet.
Please login to write comment.