Shades of Highball #9B9743
Tints of Highball #9B9743
RGB
CMYK
RGB Variations
Color information
#9B9743 (or 0x9B9743) is known color: Highball. HEX triplet: 9B, 97 and 43. RGB value is (155,151,67). Sum of RGB (Red+Green+Blue) = 155+151+67=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9743 is #6468BC. Grayscale: #8E8E8E. Windows color (decimal): -6580413 or 4429723. OLE color: 4429723.
HSL color Cylindrical-coordinate representation of color #9B9743: hue angle of 57.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B9743 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 67 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.39 |
| HSL | 57.27º | 0.4% | 0.44% | - |
| HSV(B) | 57.27º | 0.57% | 0.61% | - |
| XYZ | 25.6 | 29.51 | 9.66 | - |
| YUV | 142.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 67 | 0 | 0.03 | 0.57 | 0.39 | 57.27 | 0.4 | 0.44 |
| Hex | 9B | 97 | 43 | 0 | 3 | 39 | 27 | 39 | 28 | 2C |
| Octal | 233 | 227 | 103 | 0 | 3 | 71 | 47 | 71 | 50 | 54 |
| Binary | 10011011 | 10010111 | 1000011 | 0 | 11 | 111001 | 100111 | 111001 | 101000 | 101100 |
Color Harmonies of #9B9743
Complementary color
Monochromatic Colors of #9B9743
Black with #9B9743
Text Example
Text Example
White with #9B9743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9743; }
p { color: rgb(155,151,67); }
H1.HeaderClassName
{
color: #9B9743;
}
.AnyTagClassName
{
color: #9B9743;
}
</style>
background-color css
<style>
a { background-color: #9B9743; }
a { background-color: rgb(155,151,67); }
div.DivClassName
{
background-color: #9B9743;
}
.BgClassName
{
background-color: #9B9743;
}
</style>
border-color css
<style>
span { border-color: #9B9743; }
span { border-color: rgb(155,151,67); }
td.TdClassName
{
border-color: #9B9743;
}
.TagClassName
{
border-color: #9B9743;
}
</style>