Shades of Highball #98863B
Tints of Highball #98863B
RGB
CMYK
RGB Variations
Color information
#98863B (or 0x98863B) is known color: Highball. HEX triplet: 98, 86 and 3B. RGB value is (152,134,59). Sum of RGB (Red+Green+Blue) = 152+134+59=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98863B is #6779C4. Grayscale: #838383. Windows color (decimal): -6781381 or 3901080. OLE color: 3901080.
HSL color Cylindrical-coordinate representation of color #98863B: hue angle of 48.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98863B is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 59 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.40 |
| HSL | 48.39º | 0.44% | 0.41% | - |
| HSV(B) | 48.39º | 0.61% | 0.6% | - |
| XYZ | 22.26 | 24.04 | 7.6 | - |
| YUV | 130.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 59 | 0 | 0.12 | 0.61 | 0.40 | 48.39 | 0.44 | 0.41 |
| Hex | 98 | 86 | 3B | 0 | C | 3D | 28 | 30 | 2C | 29 |
| Octal | 230 | 206 | 73 | 0 | 14 | 75 | 50 | 60 | 54 | 51 |
| Binary | 10011000 | 10000110 | 111011 | 0 | 1100 | 111101 | 101000 | 110000 | 101100 | 101001 |
Color Harmonies of #98863B
Complementary color
Monochromatic Colors of #98863B
Black with #98863B
Text Example
Text Example
White with #98863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98863B; }
p { color: rgb(152,134,59); }
H1.HeaderClassName
{
color: #98863B;
}
.AnyTagClassName
{
color: #98863B;
}
</style>
background-color css
<style>
a { background-color: #98863B; }
a { background-color: rgb(152,134,59); }
div.DivClassName
{
background-color: #98863B;
}
.BgClassName
{
background-color: #98863B;
}
</style>
border-color css
<style>
span { border-color: #98863B; }
span { border-color: rgb(152,134,59); }
td.TdClassName
{
border-color: #98863B;
}
.TagClassName
{
border-color: #98863B;
}
</style>