Shades of Highball #888641
Tints of Highball #888641
RGB
CMYK
RGB Variations
Color information
#888641 (or 0x888641) is known color: Highball. HEX triplet: 88, 86 and 41. RGB value is (136,134,65). Sum of RGB (Red+Green+Blue) = 136+134+65=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #888641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888641 is #7779BE. Grayscale: #7F7F7F. Windows color (decimal): -7829951 or 4294280. OLE color: 4294280.
HSL color Cylindrical-coordinate representation of color #888641: hue angle of 58.31º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #888641 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 65 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.47 |
| HSL | 58.31º | 0.35% | 0.39% | - |
| HSV(B) | 58.31º | 0.52% | 0.53% | - |
| XYZ | 19.63 | 22.67 | 8.34 | - |
| YUV | 126.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 65 | 0 | 0.01 | 0.52 | 0.47 | 58.31 | 0.35 | 0.39 |
| Hex | 88 | 86 | 41 | 0 | 1 | 34 | 2F | 3A | 23 | 27 |
| Octal | 210 | 206 | 101 | 0 | 1 | 64 | 57 | 72 | 43 | 47 |
| Binary | 10001000 | 10000110 | 1000001 | 0 | 1 | 110100 | 101111 | 111010 | 100011 | 100111 |
Color Harmonies of #888641
Complementary color
Monochromatic Colors of #888641
Black with #888641
Text Example
Text Example
White with #888641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888641; }
p { color: rgb(136,134,65); }
H1.HeaderClassName
{
color: #888641;
}
.AnyTagClassName
{
color: #888641;
}
</style>
background-color css
<style>
a { background-color: #888641; }
a { background-color: rgb(136,134,65); }
div.DivClassName
{
background-color: #888641;
}
.BgClassName
{
background-color: #888641;
}
</style>
border-color css
<style>
span { border-color: #888641; }
span { border-color: rgb(136,134,65); }
td.TdClassName
{
border-color: #888641;
}
.TagClassName
{
border-color: #888641;
}
</style>