Shades of Highball #9B873F
Tints of Highball #9B873F
RGB
CMYK
RGB Variations
Color information
#9B873F (or 0x9B873F) is known color: Highball. HEX triplet: 9B, 87 and 3F. RGB value is (155,135,63). Sum of RGB (Red+Green+Blue) = 155+135+63=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B873F is #6478C0. Grayscale: #858585. Windows color (decimal): -6584513 or 4163483. OLE color: 4163483.
HSL color Cylindrical-coordinate representation of color #9B873F: hue angle of 46.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B873F is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 63 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.39 |
| HSL | 46.96º | 0.42% | 0.43% | - |
| HSV(B) | 46.96º | 0.59% | 0.61% | - |
| XYZ | 23.08 | 24.66 | 8.25 | - |
| YUV | 132.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 63 | 0 | 0.13 | 0.59 | 0.39 | 46.96 | 0.42 | 0.43 |
| Hex | 9B | 87 | 3F | 0 | D | 3B | 27 | 2F | 2A | 2B |
| Octal | 233 | 207 | 77 | 0 | 15 | 73 | 47 | 57 | 52 | 53 |
| Binary | 10011011 | 10000111 | 111111 | 0 | 1101 | 111011 | 100111 | 101111 | 101010 | 101011 |
Color Harmonies of #9B873F
Complementary color
Monochromatic Colors of #9B873F
Black with #9B873F
Text Example
Text Example
White with #9B873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B873F; }
p { color: rgb(155,135,63); }
H1.HeaderClassName
{
color: #9B873F;
}
.AnyTagClassName
{
color: #9B873F;
}
</style>
background-color css
<style>
a { background-color: #9B873F; }
a { background-color: rgb(155,135,63); }
div.DivClassName
{
background-color: #9B873F;
}
.BgClassName
{
background-color: #9B873F;
}
</style>
border-color css
<style>
span { border-color: #9B873F; }
span { border-color: rgb(155,135,63); }
td.TdClassName
{
border-color: #9B873F;
}
.TagClassName
{
border-color: #9B873F;
}
</style>