Shades of Rock Spray #9A4226
Tints of Rock Spray #9A4226
RGB
CMYK
RGB Variations
Color information
#9A4226 (or 0x9A4226) is known color: Rock Spray. HEX triplet: 9A, 42 and 26. RGB value is (154,66,38). Sum of RGB (Red+Green+Blue) = 154+66+38=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4226 is #65BDD9. Grayscale: #595959. Windows color (decimal): -6667738 or 2507418. OLE color: 2507418.
HSL color Cylindrical-coordinate representation of color #9A4226: hue angle of 14.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A4226 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 38 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.40 |
| HSL | 14.48º | 0.6% | 0.38% | - |
| HSV(B) | 14.48º | 0.75% | 0.6% | - |
| XYZ | 15.62 | 10.91 | 3.12 | - |
| YUV | 89.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 38 | 0 | 0.57 | 0.75 | 0.40 | 14.48 | 0.6 | 0.38 |
| Hex | 9A | 42 | 26 | 0 | 39 | 4B | 28 | E | 3C | 26 |
| Octal | 232 | 102 | 46 | 0 | 71 | 113 | 50 | 16 | 74 | 46 |
| Binary | 10011010 | 1000010 | 100110 | 0 | 111001 | 1001011 | 101000 | 1110 | 111100 | 100110 |
Color Harmonies of #9A4226
Complementary color
Monochromatic Colors of #9A4226
Black with #9A4226
Text Example
Text Example
White with #9A4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4226; }
p { color: rgb(154,66,38); }
H1.HeaderClassName
{
color: #9A4226;
}
.AnyTagClassName
{
color: #9A4226;
}
</style>
background-color css
<style>
a { background-color: #9A4226; }
a { background-color: rgb(154,66,38); }
div.DivClassName
{
background-color: #9A4226;
}
.BgClassName
{
background-color: #9A4226;
}
</style>
border-color css
<style>
span { border-color: #9A4226; }
span { border-color: rgb(154,66,38); }
td.TdClassName
{
border-color: #9A4226;
}
.TagClassName
{
border-color: #9A4226;
}
</style>