Shades of Highball #98894B
Tints of Highball #98894B
RGB
CMYK
RGB Variations
Color information
#98894B (or 0x98894B) is known color: Highball. HEX triplet: 98, 89 and 4B. RGB value is (152,137,75). Sum of RGB (Red+Green+Blue) = 152+137+75=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98894B is #6776B4. Grayscale: #868686. Windows color (decimal): -6780597 or 4950424. OLE color: 4950424.
HSL color Cylindrical-coordinate representation of color #98894B: hue angle of 48.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98894B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 75 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.40 |
| HSL | 48.31º | 0.34% | 0.45% | - |
| HSV(B) | 48.31º | 0.51% | 0.6% | - |
| XYZ | 23.16 | 25.07 | 10.28 | - |
| YUV | 134.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 75 | 0 | 0.10 | 0.51 | 0.40 | 48.31 | 0.34 | 0.45 |
| Hex | 98 | 89 | 4B | 0 | A | 33 | 28 | 30 | 22 | 2D |
| Octal | 230 | 211 | 113 | 0 | 12 | 63 | 50 | 60 | 42 | 55 |
| Binary | 10011000 | 10001001 | 1001011 | 0 | 1010 | 110011 | 101000 | 110000 | 100010 | 101101 |
Color Harmonies of #98894B
Complementary color
Monochromatic Colors of #98894B
Black with #98894B
Text Example
Text Example
White with #98894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98894B; }
p { color: rgb(152,137,75); }
H1.HeaderClassName
{
color: #98894B;
}
.AnyTagClassName
{
color: #98894B;
}
</style>
background-color css
<style>
a { background-color: #98894B; }
a { background-color: rgb(152,137,75); }
div.DivClassName
{
background-color: #98894B;
}
.BgClassName
{
background-color: #98894B;
}
</style>
border-color css
<style>
span { border-color: #98894B; }
span { border-color: rgb(152,137,75); }
td.TdClassName
{
border-color: #98894B;
}
.TagClassName
{
border-color: #98894B;
}
</style>