Shades of Rock Spray #9C4224
Tints of Rock Spray #9C4224
RGB
CMYK
RGB Variations
Color information
#9C4224 (or 0x9C4224) is known color: Rock Spray. HEX triplet: 9C, 42 and 24. RGB value is (156,66,36). Sum of RGB (Red+Green+Blue) = 156+66+36=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4224 is #63BDDB. Grayscale: #595959. Windows color (decimal): -6536668 or 2376348. OLE color: 2376348.
HSL color Cylindrical-coordinate representation of color #9C4224: hue angle of 15º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C4224 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 36 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.39 |
| HSL | 15º | 0.63% | 0.38% | - |
| HSV(B) | 15º | 0.77% | 0.61% | - |
| XYZ | 15.98 | 11.09 | 2.97 | - |
| YUV | 89.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 36 | 0 | 0.58 | 0.77 | 0.39 | 15 | 0.63 | 0.38 |
| Hex | 9C | 42 | 24 | 0 | 3A | 4D | 27 | F | 3E | 26 |
| Octal | 234 | 102 | 44 | 0 | 72 | 115 | 47 | 17 | 76 | 46 |
| Binary | 10011100 | 1000010 | 100100 | 0 | 111010 | 1001101 | 100111 | 1111 | 111110 | 100110 |
Color Harmonies of #9C4224
Complementary color
Monochromatic Colors of #9C4224
Black with #9C4224
Text Example
Text Example
White with #9C4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4224; }
p { color: rgb(156,66,36); }
H1.HeaderClassName
{
color: #9C4224;
}
.AnyTagClassName
{
color: #9C4224;
}
</style>
background-color css
<style>
a { background-color: #9C4224; }
a { background-color: rgb(156,66,36); }
div.DivClassName
{
background-color: #9C4224;
}
.BgClassName
{
background-color: #9C4224;
}
</style>
border-color css
<style>
span { border-color: #9C4224; }
span { border-color: rgb(156,66,36); }
td.TdClassName
{
border-color: #9C4224;
}
.TagClassName
{
border-color: #9C4224;
}
</style>