Shades of Rock Spray #9C4628
Tints of Rock Spray #9C4628
RGB
CMYK
RGB Variations
Color information
#9C4628 (or 0x9C4628) is known color: Rock Spray. HEX triplet: 9C, 46 and 28. RGB value is (156,70,40). Sum of RGB (Red+Green+Blue) = 156+70+40=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4628 is #63B9D7. Grayscale: #5C5C5C. Windows color (decimal): -6535640 or 2639516. OLE color: 2639516.
HSL color Cylindrical-coordinate representation of color #9C4628: hue angle of 15.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C4628 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 40 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.39 |
| HSL | 15.52º | 0.59% | 0.38% | - |
| HSV(B) | 15.52º | 0.74% | 0.61% | - |
| XYZ | 16.28 | 11.6 | 3.39 | - |
| YUV | 92.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 40 | 0 | 0.55 | 0.74 | 0.39 | 15.52 | 0.59 | 0.38 |
| Hex | 9C | 46 | 28 | 0 | 37 | 4A | 27 | 10 | 3B | 26 |
| Octal | 234 | 106 | 50 | 0 | 67 | 112 | 47 | 20 | 73 | 46 |
| Binary | 10011100 | 1000110 | 101000 | 0 | 110111 | 1001010 | 100111 | 10000 | 111011 | 100110 |
Color Harmonies of #9C4628
Complementary color
Monochromatic Colors of #9C4628
Black with #9C4628
Text Example
Text Example
White with #9C4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4628; }
p { color: rgb(156,70,40); }
H1.HeaderClassName
{
color: #9C4628;
}
.AnyTagClassName
{
color: #9C4628;
}
</style>
background-color css
<style>
a { background-color: #9C4628; }
a { background-color: rgb(156,70,40); }
div.DivClassName
{
background-color: #9C4628;
}
.BgClassName
{
background-color: #9C4628;
}
</style>
border-color css
<style>
span { border-color: #9C4628; }
span { border-color: rgb(156,70,40); }
td.TdClassName
{
border-color: #9C4628;
}
.TagClassName
{
border-color: #9C4628;
}
</style>