Shades of Highball #9B973C
Tints of Highball #9B973C
RGB
CMYK
RGB Variations
Color information
#9B973C (or 0x9B973C) is known color: Highball. HEX triplet: 9B, 97 and 3C. RGB value is (155,151,60). Sum of RGB (Red+Green+Blue) = 155+151+60=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B973C is #6468C3. Grayscale: #8E8E8E. Windows color (decimal): -6580420 or 3970971. OLE color: 3970971.
HSL color Cylindrical-coordinate representation of color #9B973C: hue angle of 57.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B973C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 60 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.39 |
| HSL | 57.47º | 0.44% | 0.42% | - |
| HSV(B) | 57.47º | 0.61% | 0.61% | - |
| XYZ | 25.4 | 29.43 | 8.62 | - |
| YUV | 141.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 60 | 0 | 0.03 | 0.61 | 0.39 | 57.47 | 0.44 | 0.42 |
| Hex | 9B | 97 | 3C | 0 | 3 | 3D | 27 | 39 | 2C | 2A |
| Octal | 233 | 227 | 74 | 0 | 3 | 75 | 47 | 71 | 54 | 52 |
| Binary | 10011011 | 10010111 | 111100 | 0 | 11 | 111101 | 100111 | 111001 | 101100 | 101010 |
Color Harmonies of #9B973C
Complementary color
Monochromatic Colors of #9B973C
Black with #9B973C
Text Example
Text Example
White with #9B973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B973C; }
p { color: rgb(155,151,60); }
H1.HeaderClassName
{
color: #9B973C;
}
.AnyTagClassName
{
color: #9B973C;
}
</style>
background-color css
<style>
a { background-color: #9B973C; }
a { background-color: rgb(155,151,60); }
div.DivClassName
{
background-color: #9B973C;
}
.BgClassName
{
background-color: #9B973C;
}
</style>
border-color css
<style>
span { border-color: #9B973C; }
span { border-color: rgb(155,151,60); }
td.TdClassName
{
border-color: #9B973C;
}
.TagClassName
{
border-color: #9B973C;
}
</style>