Shades of Highball #88863E
Tints of Highball #88863E
RGB
CMYK
RGB Variations
Color information
#88863E (or 0x88863E) is known color: Highball. HEX triplet: 88, 86 and 3E. RGB value is (136,134,62). Sum of RGB (Red+Green+Blue) = 136+134+62=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88863E is #7779C1. Grayscale: #7E7E7E. Windows color (decimal): -7829954 or 4097672. OLE color: 4097672.
HSL color Cylindrical-coordinate representation of color #88863E: hue angle of 58.38º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88863E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 62 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.47 |
| HSL | 58.38º | 0.37% | 0.39% | - |
| HSV(B) | 58.38º | 0.54% | 0.53% | - |
| XYZ | 19.55 | 22.63 | 7.9 | - |
| YUV | 126.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 62 | 0 | 0.01 | 0.54 | 0.47 | 58.38 | 0.37 | 0.39 |
| Hex | 88 | 86 | 3E | 0 | 1 | 36 | 2F | 3A | 25 | 27 |
| Octal | 210 | 206 | 76 | 0 | 1 | 66 | 57 | 72 | 45 | 47 |
| Binary | 10001000 | 10000110 | 111110 | 0 | 1 | 110110 | 101111 | 111010 | 100101 | 100111 |
Color Harmonies of #88863E
Complementary color
Monochromatic Colors of #88863E
Black with #88863E
Text Example
Text Example
White with #88863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88863E; }
p { color: rgb(136,134,62); }
H1.HeaderClassName
{
color: #88863E;
}
.AnyTagClassName
{
color: #88863E;
}
</style>
background-color css
<style>
a { background-color: #88863E; }
a { background-color: rgb(136,134,62); }
div.DivClassName
{
background-color: #88863E;
}
.BgClassName
{
background-color: #88863E;
}
</style>
border-color css
<style>
span { border-color: #88863E; }
span { border-color: rgb(136,134,62); }
td.TdClassName
{
border-color: #88863E;
}
.TagClassName
{
border-color: #88863E;
}
</style>