Shades of Highball #8F8641
Tints of Highball #8F8641
RGB
CMYK
RGB Variations
Color information
#8F8641 (or 0x8F8641) is known color: Highball. HEX triplet: 8F, 86 and 41. RGB value is (143,134,65). Sum of RGB (Red+Green+Blue) = 143+134+65=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8641 is #7079BE. Grayscale: #818181. Windows color (decimal): -7371199 or 4294287. OLE color: 4294287.
HSL color Cylindrical-coordinate representation of color #8F8641: hue angle of 53.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F8641 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 65 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.44 |
| HSL | 53.08º | 0.38% | 0.41% | - |
| HSV(B) | 53.08º | 0.55% | 0.56% | - |
| XYZ | 20.81 | 23.27 | 8.4 | - |
| YUV | 128.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 65 | 0 | 0.06 | 0.55 | 0.44 | 53.08 | 0.38 | 0.41 |
| Hex | 8F | 86 | 41 | 0 | 6 | 37 | 2C | 35 | 26 | 29 |
| Octal | 217 | 206 | 101 | 0 | 6 | 67 | 54 | 65 | 46 | 51 |
| Binary | 10001111 | 10000110 | 1000001 | 0 | 110 | 110111 | 101100 | 110101 | 100110 | 101001 |
Color Harmonies of #8F8641
Complementary color
Monochromatic Colors of #8F8641
Black with #8F8641
Text Example
Text Example
White with #8F8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8641; }
p { color: rgb(143,134,65); }
H1.HeaderClassName
{
color: #8F8641;
}
.AnyTagClassName
{
color: #8F8641;
}
</style>
background-color css
<style>
a { background-color: #8F8641; }
a { background-color: rgb(143,134,65); }
div.DivClassName
{
background-color: #8F8641;
}
.BgClassName
{
background-color: #8F8641;
}
</style>
border-color css
<style>
span { border-color: #8F8641; }
span { border-color: rgb(143,134,65); }
td.TdClassName
{
border-color: #8F8641;
}
.TagClassName
{
border-color: #8F8641;
}
</style>