Shades of Highball #98803F
Tints of Highball #98803F
RGB
CMYK
RGB Variations
Color information
#98803F (or 0x98803F) is known color: Highball. HEX triplet: 98, 80 and 3F. RGB value is (152,128,63). Sum of RGB (Red+Green+Blue) = 152+128+63=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98803F is #677FC0. Grayscale: #808080. Windows color (decimal): -6782913 or 4161688. OLE color: 4161688.
HSL color Cylindrical-coordinate representation of color #98803F: hue angle of 43.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98803F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 63 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.40 |
| HSL | 43.82º | 0.41% | 0.42% | - |
| HSV(B) | 43.82º | 0.59% | 0.6% | - |
| XYZ | 21.57 | 22.47 | 7.9 | - |
| YUV | 127.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 63 | 0 | 0.16 | 0.59 | 0.40 | 43.82 | 0.41 | 0.42 |
| Hex | 98 | 80 | 3F | 0 | 10 | 3B | 28 | 2C | 29 | 2A |
| Octal | 230 | 200 | 77 | 0 | 20 | 73 | 50 | 54 | 51 | 52 |
| Binary | 10011000 | 10000000 | 111111 | 0 | 10000 | 111011 | 101000 | 101100 | 101001 | 101010 |
Color Harmonies of #98803F
Complementary color
Monochromatic Colors of #98803F
Black with #98803F
Text Example
Text Example
White with #98803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98803F; }
p { color: rgb(152,128,63); }
H1.HeaderClassName
{
color: #98803F;
}
.AnyTagClassName
{
color: #98803F;
}
</style>
background-color css
<style>
a { background-color: #98803F; }
a { background-color: rgb(152,128,63); }
div.DivClassName
{
background-color: #98803F;
}
.BgClassName
{
background-color: #98803F;
}
</style>
border-color css
<style>
span { border-color: #98803F; }
span { border-color: rgb(152,128,63); }
td.TdClassName
{
border-color: #98803F;
}
.TagClassName
{
border-color: #98803F;
}
</style>