Shades of Highball #9B9141
Tints of Highball #9B9141
RGB
CMYK
RGB Variations
Color information
#9B9141 (or 0x9B9141) is known color: Highball. HEX triplet: 9B, 91 and 41. RGB value is (155,145,65). Sum of RGB (Red+Green+Blue) = 155+145+65=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9141 is #646EBE. Grayscale: #8B8B8B. Windows color (decimal): -6581951 or 4297115. OLE color: 4297115.
HSL color Cylindrical-coordinate representation of color #9B9141: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B9141 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 65 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.39 |
| HSL | 53.33º | 0.41% | 0.43% | - |
| HSV(B) | 53.33º | 0.58% | 0.61% | - |
| XYZ | 24.6 | 27.6 | 9.03 | - |
| YUV | 138.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 65 | 0 | 0.06 | 0.58 | 0.39 | 53.33 | 0.41 | 0.43 |
| Hex | 9B | 91 | 41 | 0 | 6 | 3A | 27 | 35 | 29 | 2B |
| Octal | 233 | 221 | 101 | 0 | 6 | 72 | 47 | 65 | 51 | 53 |
| Binary | 10011011 | 10010001 | 1000001 | 0 | 110 | 111010 | 100111 | 110101 | 101001 | 101011 |
Color Harmonies of #9B9141
Complementary color
Monochromatic Colors of #9B9141
Black with #9B9141
Text Example
Text Example
White with #9B9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9141; }
p { color: rgb(155,145,65); }
H1.HeaderClassName
{
color: #9B9141;
}
.AnyTagClassName
{
color: #9B9141;
}
</style>
background-color css
<style>
a { background-color: #9B9141; }
a { background-color: rgb(155,145,65); }
div.DivClassName
{
background-color: #9B9141;
}
.BgClassName
{
background-color: #9B9141;
}
</style>
border-color css
<style>
span { border-color: #9B9141; }
span { border-color: rgb(155,145,65); }
td.TdClassName
{
border-color: #9B9141;
}
.TagClassName
{
border-color: #9B9141;
}
</style>