Shades of Rock Spray #9B462E
Tints of Rock Spray #9B462E
RGB
CMYK
RGB Variations
Color information
#9B462E (or 0x9B462E) is known color: Rock Spray. HEX triplet: 9B, 46 and 2E. RGB value is (155,70,46). Sum of RGB (Red+Green+Blue) = 155+70+46=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B462E is #64B9D1. Grayscale: #5C5C5C. Windows color (decimal): -6601170 or 3032731. OLE color: 3032731.
HSL color Cylindrical-coordinate representation of color #9B462E: hue angle of 13.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B462E is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 46 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.39 |
| HSL | 13.21º | 0.54% | 0.39% | - |
| HSV(B) | 13.21º | 0.7% | 0.61% | - |
| XYZ | 16.2 | 11.55 | 3.96 | - |
| YUV | 92.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 46 | 0 | 0.55 | 0.70 | 0.39 | 13.21 | 0.54 | 0.39 |
| Hex | 9B | 46 | 2E | 0 | 37 | 46 | 27 | D | 36 | 27 |
| Octal | 233 | 106 | 56 | 0 | 67 | 106 | 47 | 15 | 66 | 47 |
| Binary | 10011011 | 1000110 | 101110 | 0 | 110111 | 1000110 | 100111 | 1101 | 110110 | 100111 |
Color Harmonies of #9B462E
Complementary color
Monochromatic Colors of #9B462E
Black with #9B462E
Text Example
Text Example
White with #9B462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B462E; }
p { color: rgb(155,70,46); }
H1.HeaderClassName
{
color: #9B462E;
}
.AnyTagClassName
{
color: #9B462E;
}
</style>
background-color css
<style>
a { background-color: #9B462E; }
a { background-color: rgb(155,70,46); }
div.DivClassName
{
background-color: #9B462E;
}
.BgClassName
{
background-color: #9B462E;
}
</style>
border-color css
<style>
span { border-color: #9B462E; }
span { border-color: rgb(155,70,46); }
td.TdClassName
{
border-color: #9B462E;
}
.TagClassName
{
border-color: #9B462E;
}
</style>