Shades of Rock Spray #9C4222
Tints of Rock Spray #9C4222
RGB
CMYK
RGB Variations
Color information
#9C4222 (or 0x9C4222) is known color: Rock Spray. HEX triplet: 9C, 42 and 22. RGB value is (156,66,34). Sum of RGB (Red+Green+Blue) = 156+66+34=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4222 is #63BDDD. Grayscale: #595959. Windows color (decimal): -6536670 or 2245276. OLE color: 2245276.
HSL color Cylindrical-coordinate representation of color #9C4222: hue angle of 15.74º 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 #9C4222 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 34 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.39 |
| HSL | 15.74º | 0.64% | 0.37% | - |
| HSV(B) | 15.74º | 0.78% | 0.61% | - |
| XYZ | 15.95 | 11.08 | 2.81 | - |
| YUV | 89.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 34 | 0 | 0.58 | 0.78 | 0.39 | 15.74 | 0.64 | 0.37 |
| Hex | 9C | 42 | 22 | 0 | 3A | 4E | 27 | 10 | 40 | 25 |
| Octal | 234 | 102 | 42 | 0 | 72 | 116 | 47 | 20 | 100 | 45 |
| Binary | 10011100 | 1000010 | 100010 | 0 | 111010 | 1001110 | 100111 | 10000 | 1000000 | 100101 |
Color Harmonies of #9C4222
Complementary color
Monochromatic Colors of #9C4222
Black with #9C4222
Text Example
Text Example
White with #9C4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4222; }
p { color: rgb(156,66,34); }
H1.HeaderClassName
{
color: #9C4222;
}
.AnyTagClassName
{
color: #9C4222;
}
</style>
background-color css
<style>
a { background-color: #9C4222; }
a { background-color: rgb(156,66,34); }
div.DivClassName
{
background-color: #9C4222;
}
.BgClassName
{
background-color: #9C4222;
}
</style>
border-color css
<style>
span { border-color: #9C4222; }
span { border-color: rgb(156,66,34); }
td.TdClassName
{
border-color: #9C4222;
}
.TagClassName
{
border-color: #9C4222;
}
</style>