Shades of Highball #9B8739
Tints of Highball #9B8739
RGB
CMYK
RGB Variations
Color information
#9B8739 (or 0x9B8739) is known color: Highball. HEX triplet: 9B, 87 and 39. RGB value is (155,135,57). Sum of RGB (Red+Green+Blue) = 155+135+57=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8739 is #6478C6. Grayscale: #848484. Windows color (decimal): -6584519 or 3770267. OLE color: 3770267.
HSL color Cylindrical-coordinate representation of color #9B8739: hue angle of 47.76º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B8739 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 57 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.39 |
| HSL | 47.76º | 0.46% | 0.42% | - |
| HSV(B) | 47.76º | 0.63% | 0.61% | - |
| XYZ | 22.92 | 24.59 | 7.41 | - |
| YUV | 132.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 57 | 0 | 0.13 | 0.63 | 0.39 | 47.76 | 0.46 | 0.42 |
| Hex | 9B | 87 | 39 | 0 | D | 3F | 27 | 30 | 2E | 2A |
| Octal | 233 | 207 | 71 | 0 | 15 | 77 | 47 | 60 | 56 | 52 |
| Binary | 10011011 | 10000111 | 111001 | 0 | 1101 | 111111 | 100111 | 110000 | 101110 | 101010 |
Color Harmonies of #9B8739
Complementary color
Monochromatic Colors of #9B8739
Black with #9B8739
Text Example
Text Example
White with #9B8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8739; }
p { color: rgb(155,135,57); }
H1.HeaderClassName
{
color: #9B8739;
}
.AnyTagClassName
{
color: #9B8739;
}
</style>
background-color css
<style>
a { background-color: #9B8739; }
a { background-color: rgb(155,135,57); }
div.DivClassName
{
background-color: #9B8739;
}
.BgClassName
{
background-color: #9B8739;
}
</style>
border-color css
<style>
span { border-color: #9B8739; }
span { border-color: rgb(155,135,57); }
td.TdClassName
{
border-color: #9B8739;
}
.TagClassName
{
border-color: #9B8739;
}
</style>