Shades of Highball #998642
Tints of Highball #998642
RGB
CMYK
RGB Variations
Color information
#998642 (or 0x998642) is known color: Highball. HEX triplet: 99, 86 and 42. RGB value is (153,134,66). Sum of RGB (Red+Green+Blue) = 153+134+66=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #998642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998642 is #6679BD. Grayscale: #848484. Windows color (decimal): -6715838 or 4359833. OLE color: 4359833.
HSL color Cylindrical-coordinate representation of color #998642: hue angle of 46.9º 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 #998642 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 66 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.4 |
| HSL | 46.9º | 0.4% | 0.43% | - |
| HSV(B) | 46.9º | 0.57% | 0.6% | - |
| XYZ | 22.65 | 24.22 | 8.63 | - |
| YUV | 131.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 66 | 0 | 0.12 | 0.57 | 0.4 | 46.9 | 0.4 | 0.43 |
| Hex | 99 | 86 | 42 | 0 | C | 39 | 28 | 2F | 28 | 2B |
| Octal | 231 | 206 | 102 | 0 | 14 | 71 | 50 | 57 | 50 | 53 |
| Binary | 10011001 | 10000110 | 1000010 | 0 | 1100 | 111001 | 101000 | 101111 | 101000 | 101011 |
Color Harmonies of #998642
Complementary color
Monochromatic Colors of #998642
Black with #998642
Text Example
Text Example
White with #998642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998642; }
p { color: rgb(153,134,66); }
H1.HeaderClassName
{
color: #998642;
}
.AnyTagClassName
{
color: #998642;
}
</style>
background-color css
<style>
a { background-color: #998642; }
a { background-color: rgb(153,134,66); }
div.DivClassName
{
background-color: #998642;
}
.BgClassName
{
background-color: #998642;
}
</style>
border-color css
<style>
span { border-color: #998642; }
span { border-color: rgb(153,134,66); }
td.TdClassName
{
border-color: #998642;
}
.TagClassName
{
border-color: #998642;
}
</style>