Shades of Highball #998C42
Tints of Highball #998C42
RGB
CMYK
RGB Variations
Color information
#998C42 (or 0x998C42) is known color: Highball. HEX triplet: 99, 8C and 42. RGB value is (153,140,66). Sum of RGB (Red+Green+Blue) = 153+140+66=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #998C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C42 is #6673BD. Grayscale: #878787. Windows color (decimal): -6714302 or 4361369. OLE color: 4361369.
HSL color Cylindrical-coordinate representation of color #998C42: hue angle of 51.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #998C42 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 66 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.4 |
| HSL | 51.03º | 0.4% | 0.43% | - |
| HSV(B) | 51.03º | 0.57% | 0.6% | - |
| XYZ | 23.5 | 25.92 | 8.92 | - |
| YUV | 135.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 66 | 0 | 0.08 | 0.57 | 0.4 | 51.03 | 0.4 | 0.43 |
| Hex | 99 | 8C | 42 | 0 | 8 | 39 | 28 | 33 | 28 | 2B |
| Octal | 231 | 214 | 102 | 0 | 10 | 71 | 50 | 63 | 50 | 53 |
| Binary | 10011001 | 10001100 | 1000010 | 0 | 1000 | 111001 | 101000 | 110011 | 101000 | 101011 |
Color Harmonies of #998C42
Complementary color
Monochromatic Colors of #998C42
Black with #998C42
Text Example
Text Example
White with #998C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C42; }
p { color: rgb(153,140,66); }
H1.HeaderClassName
{
color: #998C42;
}
.AnyTagClassName
{
color: #998C42;
}
</style>
background-color css
<style>
a { background-color: #998C42; }
a { background-color: rgb(153,140,66); }
div.DivClassName
{
background-color: #998C42;
}
.BgClassName
{
background-color: #998C42;
}
</style>
border-color css
<style>
span { border-color: #998C42; }
span { border-color: rgb(153,140,66); }
td.TdClassName
{
border-color: #998C42;
}
.TagClassName
{
border-color: #998C42;
}
</style>