Shades of Highball #868249
Tints of Highball #868249
RGB
CMYK
RGB Variations
Color information
#868249 (or 0x868249) is known color: Highball. HEX triplet: 86, 82 and 49. RGB value is (134,130,73). Sum of RGB (Red+Green+Blue) = 134+130+73=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #868249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868249 is #797DB6. Grayscale: #7C7C7C. Windows color (decimal): -7962039 or 4817542. OLE color: 4817542.
HSL color Cylindrical-coordinate representation of color #868249: hue angle of 56.07º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #868249 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 73 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.47 |
| HSL | 56.07º | 0.29% | 0.41% | - |
| HSV(B) | 56.07º | 0.46% | 0.53% | - |
| XYZ | 19.02 | 21.51 | 9.45 | - |
| YUV | 124.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 73 | 0 | 0.03 | 0.46 | 0.47 | 56.07 | 0.29 | 0.41 |
| Hex | 86 | 82 | 49 | 0 | 3 | 2E | 2F | 38 | 1D | 29 |
| Octal | 206 | 202 | 111 | 0 | 3 | 56 | 57 | 70 | 35 | 51 |
| Binary | 10000110 | 10000010 | 1001001 | 0 | 11 | 101110 | 101111 | 111000 | 11101 | 101001 |
Color Harmonies of #868249
Complementary color
Monochromatic Colors of #868249
Black with #868249
Text Example
Text Example
White with #868249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868249; }
p { color: rgb(134,130,73); }
H1.HeaderClassName
{
color: #868249;
}
.AnyTagClassName
{
color: #868249;
}
</style>
background-color css
<style>
a { background-color: #868249; }
a { background-color: rgb(134,130,73); }
div.DivClassName
{
background-color: #868249;
}
.BgClassName
{
background-color: #868249;
}
</style>
border-color css
<style>
span { border-color: #868249; }
span { border-color: rgb(134,130,73); }
td.TdClassName
{
border-color: #868249;
}
.TagClassName
{
border-color: #868249;
}
</style>