Shades of Rock Spray #9C4022
Tints of Rock Spray #9C4022
RGB
CMYK
RGB Variations
Color information
#9C4022 (or 0x9C4022) is known color: Rock Spray. HEX triplet: 9C, 40 and 22. RGB value is (156,64,34). Sum of RGB (Red+Green+Blue) = 156+64+34=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4022 is #63BFDD. Grayscale: #585858. Windows color (decimal): -6537182 or 2244764. OLE color: 2244764.
HSL color Cylindrical-coordinate representation of color #9C4022: hue angle of 14.75º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C4022 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 34 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.39 |
| HSL | 14.75º | 0.64% | 0.37% | - |
| HSV(B) | 14.75º | 0.78% | 0.61% | - |
| XYZ | 15.83 | 10.85 | 2.77 | - |
| YUV | 88.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 34 | 0 | 0.59 | 0.78 | 0.39 | 14.75 | 0.64 | 0.37 |
| Hex | 9C | 40 | 22 | 0 | 3B | 4E | 27 | F | 40 | 25 |
| Octal | 234 | 100 | 42 | 0 | 73 | 116 | 47 | 17 | 100 | 45 |
| Binary | 10011100 | 1000000 | 100010 | 0 | 111011 | 1001110 | 100111 | 1111 | 1000000 | 100101 |
Color Harmonies of #9C4022
Complementary color
Monochromatic Colors of #9C4022
Black with #9C4022
Text Example
Text Example
White with #9C4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4022; }
p { color: rgb(156,64,34); }
H1.HeaderClassName
{
color: #9C4022;
}
.AnyTagClassName
{
color: #9C4022;
}
</style>
background-color css
<style>
a { background-color: #9C4022; }
a { background-color: rgb(156,64,34); }
div.DivClassName
{
background-color: #9C4022;
}
.BgClassName
{
background-color: #9C4022;
}
</style>
border-color css
<style>
span { border-color: #9C4022; }
span { border-color: rgb(156,64,34); }
td.TdClassName
{
border-color: #9C4022;
}
.TagClassName
{
border-color: #9C4022;
}
</style>