Color spaces of #9b601a
RGB | 155 | 96 | 26 |
---|---|---|---|
HSL | 0.09 | 0.71 | 0.35 |
HSV | 33° | 83° | 61° |
CMYK | 0.00 | 0.38 | 0.83 0.39 |
XYZ | 17.8869 | 15.4089 | 3.0088 |
Yxy | 15.4089 | 0.4927 | 0.4244 |
Hunter Lab | 39.2542 | 12.6421 | 22.9334 |
CIE-Lab | 46.1892 | 18.4722 | 46.7573 |
#9b601a color RGB value is (155,96,26).
#9b601a hex color red value is 155, green value is 96 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #9b601a hue: 0.09 , saturation: 0.71 and the lightness value of 9b601a is 0.35.
The process color (four color CMYK) of #9b601a color hex is 0.00, 0.38, 0.83, 0.39. Web safe color of #9b601a is #996633. Color #9b601a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 01100000 | 00011010 |
Octal | 233 | 140 | 32 |
Decimal | 155 | 96 | 26 |
Hex | 9B | 60 | 1A |
Shades of #9b601a
Tints of #9b601a
RGB Percentages of Color #9b601a
CMYK Percentages of Color #9b601a
Complementary Color
#9b601a | #1a559b |
#9b601a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9b601a Color Preview on White Background
Lorem ipsum dolor sit amet.
#9b601a Color CSS Codes
.mybgcolor {background-color:#9b601a; } .myforecolor {color:#9b601a; } .mybordercolor {border:3px solid #9b601a; }
#9b601a Text Font Color
<p style="color:#9b601a">Text here</p>
This sample text font color is #9b601a
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.
#9b601a Background Color
<div style="background-color:#9b601a">
Div content here</div>
This div background color is #9b601a
#9b601a Border Color
<div style="border:3px solid #9b601a">
Div here</div>
This div border color is #9b601a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,96,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9b601a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9b601a; -webkit-box-shadow: 1px 1px 3px 2px #9b601a; box-shadow: 1px 1px 3px 2px #9b601a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,96,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 #9b601a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9b601a; -webkit-box-shadow: 1px 1px 3px 2px #9b601a; box-shadow: 1px 1px 3px 2px #9b601a;">
Div content here</div>
This div box has shadow with color #9b601a
Comments
No comments written yet.
Please login to write comment.