Shades of Rock Spray #9B4629
Tints of Rock Spray #9B4629
RGB
CMYK
RGB Variations
Color information
#9B4629 (or 0x9B4629) is known color: Rock Spray. HEX triplet: 9B, 46 and 29. RGB value is (155,70,41). Sum of RGB (Red+Green+Blue) = 155+70+41=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4629 is #64B9D6. Grayscale: #5C5C5C. Windows color (decimal): -6601175 or 2705051. OLE color: 2705051.
HSL color Cylindrical-coordinate representation of color #9B4629: hue angle of 15.26º degrees, saturation: 0.58, 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 #9B4629 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 41 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.39 |
| HSL | 15.26º | 0.58% | 0.38% | - |
| HSV(B) | 15.26º | 0.74% | 0.61% | - |
| XYZ | 16.11 | 11.51 | 3.47 | - |
| YUV | 92.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 41 | 0 | 0.55 | 0.74 | 0.39 | 15.26 | 0.58 | 0.38 |
| Hex | 9B | 46 | 29 | 0 | 37 | 4A | 27 | F | 3A | 26 |
| Octal | 233 | 106 | 51 | 0 | 67 | 112 | 47 | 17 | 72 | 46 |
| Binary | 10011011 | 1000110 | 101001 | 0 | 110111 | 1001010 | 100111 | 1111 | 111010 | 100110 |
Color Harmonies of #9B4629
Complementary color
Monochromatic Colors of #9B4629
Black with #9B4629
Text Example
Text Example
White with #9B4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4629; }
p { color: rgb(155,70,41); }
H1.HeaderClassName
{
color: #9B4629;
}
.AnyTagClassName
{
color: #9B4629;
}
</style>
background-color css
<style>
a { background-color: #9B4629; }
a { background-color: rgb(155,70,41); }
div.DivClassName
{
background-color: #9B4629;
}
.BgClassName
{
background-color: #9B4629;
}
</style>
border-color css
<style>
span { border-color: #9B4629; }
span { border-color: rgb(155,70,41); }
td.TdClassName
{
border-color: #9B4629;
}
.TagClassName
{
border-color: #9B4629;
}
</style>