Shades of Highball #998646
Tints of Highball #998646
RGB
CMYK
RGB Variations
Color information
#998646 (or 0x998646) is known color: Highball. HEX triplet: 99, 86 and 46. RGB value is (153,134,70). Sum of RGB (Red+Green+Blue) = 153+134+70=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #998646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998646 is #6679B9. Grayscale: #848484. Windows color (decimal): -6715834 or 4621977. OLE color: 4621977.
HSL color Cylindrical-coordinate representation of color #998646: hue angle of 46.27º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #998646 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 70 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.4 |
| HSL | 46.27º | 0.37% | 0.44% | - |
| HSV(B) | 46.27º | 0.54% | 0.6% | - |
| XYZ | 22.77 | 24.26 | 9.28 | - |
| YUV | 132.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 70 | 0 | 0.12 | 0.54 | 0.4 | 46.27 | 0.37 | 0.44 |
| Hex | 99 | 86 | 46 | 0 | C | 36 | 28 | 2E | 25 | 2C |
| Octal | 231 | 206 | 106 | 0 | 14 | 66 | 50 | 56 | 45 | 54 |
| Binary | 10011001 | 10000110 | 1000110 | 0 | 1100 | 110110 | 101000 | 101110 | 100101 | 101100 |
Color Harmonies of #998646
Complementary color
Monochromatic Colors of #998646
Black with #998646
Text Example
Text Example
White with #998646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998646; }
p { color: rgb(153,134,70); }
H1.HeaderClassName
{
color: #998646;
}
.AnyTagClassName
{
color: #998646;
}
</style>
background-color css
<style>
a { background-color: #998646; }
a { background-color: rgb(153,134,70); }
div.DivClassName
{
background-color: #998646;
}
.BgClassName
{
background-color: #998646;
}
</style>
border-color css
<style>
span { border-color: #998646; }
span { border-color: rgb(153,134,70); }
td.TdClassName
{
border-color: #998646;
}
.TagClassName
{
border-color: #998646;
}
</style>