Shades of Rock Spray #9C4621
Tints of Rock Spray #9C4621
RGB
CMYK
RGB Variations
Color information
#9C4621 (or 0x9C4621) is known color: Rock Spray. HEX triplet: 9C, 46 and 21. RGB value is (156,70,33). Sum of RGB (Red+Green+Blue) = 156+70+33=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4621 is #63B9DE. Grayscale: #5B5B5B. Windows color (decimal): -6535647 or 2180764. OLE color: 2180764.
HSL color Cylindrical-coordinate representation of color #9C4621: hue angle of 18.05º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C4621 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 33 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.39 |
| HSL | 18.05º | 0.65% | 0.37% | - |
| HSV(B) | 18.05º | 0.79% | 0.61% | - |
| XYZ | 16.17 | 11.56 | 2.82 | - |
| YUV | 91.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 33 | 0 | 0.55 | 0.79 | 0.39 | 18.05 | 0.65 | 0.37 |
| Hex | 9C | 46 | 21 | 0 | 37 | 4F | 27 | 12 | 41 | 25 |
| Octal | 234 | 106 | 41 | 0 | 67 | 117 | 47 | 22 | 101 | 45 |
| Binary | 10011100 | 1000110 | 100001 | 0 | 110111 | 1001111 | 100111 | 10010 | 1000001 | 100101 |
Color Harmonies of #9C4621
Complementary color
Monochromatic Colors of #9C4621
Black with #9C4621
Text Example
Text Example
White with #9C4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4621; }
p { color: rgb(156,70,33); }
H1.HeaderClassName
{
color: #9C4621;
}
.AnyTagClassName
{
color: #9C4621;
}
</style>
background-color css
<style>
a { background-color: #9C4621; }
a { background-color: rgb(156,70,33); }
div.DivClassName
{
background-color: #9C4621;
}
.BgClassName
{
background-color: #9C4621;
}
</style>
border-color css
<style>
span { border-color: #9C4621; }
span { border-color: rgb(156,70,33); }
td.TdClassName
{
border-color: #9C4621;
}
.TagClassName
{
border-color: #9C4621;
}
</style>