Shades of Highball #8F8639
Tints of Highball #8F8639
RGB
CMYK
RGB Variations
Color information
#8F8639 (or 0x8F8639) is known color: Highball. HEX triplet: 8F, 86 and 39. RGB value is (143,134,57). Sum of RGB (Red+Green+Blue) = 143+134+57=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8639 is #7079C6. Grayscale: #808080. Windows color (decimal): -7371207 or 3769999. OLE color: 3769999.
HSL color Cylindrical-coordinate representation of color #8F8639: hue angle of 53.72º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F8639 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 57 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.44 |
| HSL | 53.72º | 0.43% | 0.39% | - |
| HSV(B) | 53.72º | 0.6% | 0.56% | - |
| XYZ | 20.59 | 23.19 | 7.26 | - |
| YUV | 127.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 57 | 0 | 0.06 | 0.60 | 0.44 | 53.72 | 0.43 | 0.39 |
| Hex | 8F | 86 | 39 | 0 | 6 | 3C | 2C | 36 | 2B | 27 |
| Octal | 217 | 206 | 71 | 0 | 6 | 74 | 54 | 66 | 53 | 47 |
| Binary | 10001111 | 10000110 | 111001 | 0 | 110 | 111100 | 101100 | 110110 | 101011 | 100111 |
Color Harmonies of #8F8639
Complementary color
Monochromatic Colors of #8F8639
Black with #8F8639
Text Example
Text Example
White with #8F8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8639; }
p { color: rgb(143,134,57); }
H1.HeaderClassName
{
color: #8F8639;
}
.AnyTagClassName
{
color: #8F8639;
}
</style>
background-color css
<style>
a { background-color: #8F8639; }
a { background-color: rgb(143,134,57); }
div.DivClassName
{
background-color: #8F8639;
}
.BgClassName
{
background-color: #8F8639;
}
</style>
border-color css
<style>
span { border-color: #8F8639; }
span { border-color: rgb(143,134,57); }
td.TdClassName
{
border-color: #8F8639;
}
.TagClassName
{
border-color: #8F8639;
}
</style>