Shades of Highball #998C4A
Tints of Highball #998C4A
RGB
CMYK
RGB Variations
Color information
#998C4A (or 0x998C4A) is known color: Highball. HEX triplet: 99, 8C and 4A. RGB value is (153,140,74). Sum of RGB (Red+Green+Blue) = 153+140+74=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C4A is #6673B5. Grayscale: #888888. Windows color (decimal): -6714294 or 4885657. OLE color: 4885657.
HSL color Cylindrical-coordinate representation of color #998C4A: hue angle of 50.13º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998C4A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 74 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.4 |
| HSL | 50.13º | 0.35% | 0.45% | - |
| HSV(B) | 50.13º | 0.52% | 0.6% | - |
| XYZ | 23.75 | 26.02 | 10.25 | - |
| YUV | 136.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 74 | 0 | 0.08 | 0.52 | 0.4 | 50.13 | 0.35 | 0.45 |
| Hex | 99 | 8C | 4A | 0 | 8 | 34 | 28 | 32 | 23 | 2D |
| Octal | 231 | 214 | 112 | 0 | 10 | 64 | 50 | 62 | 43 | 55 |
| Binary | 10011001 | 10001100 | 1001010 | 0 | 1000 | 110100 | 101000 | 110010 | 100011 | 101101 |
Color Harmonies of #998C4A
Complementary color
Monochromatic Colors of #998C4A
Black with #998C4A
Text Example
Text Example
White with #998C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C4A; }
p { color: rgb(153,140,74); }
H1.HeaderClassName
{
color: #998C4A;
}
.AnyTagClassName
{
color: #998C4A;
}
</style>
background-color css
<style>
a { background-color: #998C4A; }
a { background-color: rgb(153,140,74); }
div.DivClassName
{
background-color: #998C4A;
}
.BgClassName
{
background-color: #998C4A;
}
</style>
border-color css
<style>
span { border-color: #998C4A; }
span { border-color: rgb(153,140,74); }
td.TdClassName
{
border-color: #998C4A;
}
.TagClassName
{
border-color: #998C4A;
}
</style>