Shades of Highball #8F813E
Tints of Highball #8F813E
RGB
CMYK
RGB Variations
Color information
#8F813E (or 0x8F813E) is known color: Highball. HEX triplet: 8F, 81 and 3E. RGB value is (143,129,62). Sum of RGB (Red+Green+Blue) = 143+129+62=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F813E is #707EC1. Grayscale: #7D7D7D. Windows color (decimal): -7372482 or 4096399. OLE color: 4096399.
HSL color Cylindrical-coordinate representation of color #8F813E: hue angle of 49.63º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F813E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 62 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.44 |
| HSL | 49.63º | 0.4% | 0.4% | - |
| HSV(B) | 49.63º | 0.57% | 0.56% | - |
| XYZ | 20.05 | 21.89 | 7.73 | - |
| YUV | 125.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 62 | 0 | 0.10 | 0.57 | 0.44 | 49.63 | 0.4 | 0.4 |
| Hex | 8F | 81 | 3E | 0 | A | 39 | 2C | 32 | 28 | 28 |
| Octal | 217 | 201 | 76 | 0 | 12 | 71 | 54 | 62 | 50 | 50 |
| Binary | 10001111 | 10000001 | 111110 | 0 | 1010 | 111001 | 101100 | 110010 | 101000 | 101000 |
Color Harmonies of #8F813E
Complementary color
Monochromatic Colors of #8F813E
Black with #8F813E
Text Example
Text Example
White with #8F813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F813E; }
p { color: rgb(143,129,62); }
H1.HeaderClassName
{
color: #8F813E;
}
.AnyTagClassName
{
color: #8F813E;
}
</style>
background-color css
<style>
a { background-color: #8F813E; }
a { background-color: rgb(143,129,62); }
div.DivClassName
{
background-color: #8F813E;
}
.BgClassName
{
background-color: #8F813E;
}
</style>
border-color css
<style>
span { border-color: #8F813E; }
span { border-color: rgb(143,129,62); }
td.TdClassName
{
border-color: #8F813E;
}
.TagClassName
{
border-color: #8F813E;
}
</style>