Shades of Highball #98873B
Tints of Highball #98873B
RGB
CMYK
RGB Variations
Color information
#98873B (or 0x98873B) is known color: Highball. HEX triplet: 98, 87 and 3B. RGB value is (152,135,59). Sum of RGB (Red+Green+Blue) = 152+135+59=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98873B is #6778C4. Grayscale: #838383. Windows color (decimal): -6781125 or 3901336. OLE color: 3901336.
HSL color Cylindrical-coordinate representation of color #98873B: hue angle of 49.03º 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 #98873B is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 59 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.40 |
| HSL | 49.03º | 0.44% | 0.41% | - |
| HSV(B) | 49.03º | 0.61% | 0.6% | - |
| XYZ | 22.4 | 24.32 | 7.65 | - |
| YUV | 131.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 59 | 0 | 0.11 | 0.61 | 0.40 | 49.03 | 0.44 | 0.41 |
| Hex | 98 | 87 | 3B | 0 | B | 3D | 28 | 31 | 2C | 29 |
| Octal | 230 | 207 | 73 | 0 | 13 | 75 | 50 | 61 | 54 | 51 |
| Binary | 10011000 | 10000111 | 111011 | 0 | 1011 | 111101 | 101000 | 110001 | 101100 | 101001 |
Color Harmonies of #98873B
Complementary color
Monochromatic Colors of #98873B
Black with #98873B
Text Example
Text Example
White with #98873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98873B; }
p { color: rgb(152,135,59); }
H1.HeaderClassName
{
color: #98873B;
}
.AnyTagClassName
{
color: #98873B;
}
</style>
background-color css
<style>
a { background-color: #98873B; }
a { background-color: rgb(152,135,59); }
div.DivClassName
{
background-color: #98873B;
}
.BgClassName
{
background-color: #98873B;
}
</style>
border-color css
<style>
span { border-color: #98873B; }
span { border-color: rgb(152,135,59); }
td.TdClassName
{
border-color: #98873B;
}
.TagClassName
{
border-color: #98873B;
}
</style>