Shades of Highball #998F4C
Tints of Highball #998F4C
RGB
CMYK
RGB Variations
Color information
#998F4C (or 0x998F4C) is known color: Highball. HEX triplet: 99, 8F and 4C. RGB value is (153,143,76). Sum of RGB (Red+Green+Blue) = 153+143+76=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #998F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F4C is #6670B3. Grayscale: #8A8A8A. Windows color (decimal): -6713524 or 5017497. OLE color: 5017497.
HSL color Cylindrical-coordinate representation of color #998F4C: hue angle of 52.21º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #998F4C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 76 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.4 |
| HSL | 52.21º | 0.34% | 0.45% | - |
| HSV(B) | 52.21º | 0.5% | 0.6% | - |
| XYZ | 24.26 | 26.94 | 10.76 | - |
| YUV | 138.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 76 | 0 | 0.07 | 0.50 | 0.4 | 52.21 | 0.34 | 0.45 |
| Hex | 99 | 8F | 4C | 0 | 7 | 32 | 28 | 34 | 22 | 2D |
| Octal | 231 | 217 | 114 | 0 | 7 | 62 | 50 | 64 | 42 | 55 |
| Binary | 10011001 | 10001111 | 1001100 | 0 | 111 | 110010 | 101000 | 110100 | 100010 | 101101 |
Color Harmonies of #998F4C
Complementary color
Monochromatic Colors of #998F4C
Black with #998F4C
Text Example
Text Example
White with #998F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F4C; }
p { color: rgb(153,143,76); }
H1.HeaderClassName
{
color: #998F4C;
}
.AnyTagClassName
{
color: #998F4C;
}
</style>
background-color css
<style>
a { background-color: #998F4C; }
a { background-color: rgb(153,143,76); }
div.DivClassName
{
background-color: #998F4C;
}
.BgClassName
{
background-color: #998F4C;
}
</style>
border-color css
<style>
span { border-color: #998F4C; }
span { border-color: rgb(153,143,76); }
td.TdClassName
{
border-color: #998F4C;
}
.TagClassName
{
border-color: #998F4C;
}
</style>