Shades of Rock Spray #9C4631
Tints of Rock Spray #9C4631
RGB
CMYK
RGB Variations
Color information
#9C4631 (or 0x9C4631) is known color: Rock Spray. HEX triplet: 9C, 46 and 31. RGB value is (156,70,49). Sum of RGB (Red+Green+Blue) = 156+70+49=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4631 is #63B9CE. Grayscale: #5D5D5D. Windows color (decimal): -6535631 or 3229340. OLE color: 3229340.
HSL color Cylindrical-coordinate representation of color #9C4631: hue angle of 11.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C4631 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 49 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.39 |
| HSL | 11.78º | 0.52% | 0.4% | - |
| HSV(B) | 11.78º | 0.69% | 0.61% | - |
| XYZ | 16.45 | 11.67 | 4.29 | - |
| YUV | 93.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 49 | 0 | 0.55 | 0.69 | 0.39 | 11.78 | 0.52 | 0.4 |
| Hex | 9C | 46 | 31 | 0 | 37 | 45 | 27 | C | 34 | 28 |
| Octal | 234 | 106 | 61 | 0 | 67 | 105 | 47 | 14 | 64 | 50 |
| Binary | 10011100 | 1000110 | 110001 | 0 | 110111 | 1000101 | 100111 | 1100 | 110100 | 101000 |
Color Harmonies of #9C4631
Complementary color
Monochromatic Colors of #9C4631
Black with #9C4631
Text Example
Text Example
White with #9C4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4631; }
p { color: rgb(156,70,49); }
H1.HeaderClassName
{
color: #9C4631;
}
.AnyTagClassName
{
color: #9C4631;
}
</style>
background-color css
<style>
a { background-color: #9C4631; }
a { background-color: rgb(156,70,49); }
div.DivClassName
{
background-color: #9C4631;
}
.BgClassName
{
background-color: #9C4631;
}
</style>
border-color css
<style>
span { border-color: #9C4631; }
span { border-color: rgb(156,70,49); }
td.TdClassName
{
border-color: #9C4631;
}
.TagClassName
{
border-color: #9C4631;
}
</style>