Shades of Highball #998443
Tints of Highball #998443
RGB
CMYK
RGB Variations
Color information
#998443 (or 0x998443) is known color: Highball. HEX triplet: 99, 84 and 43. RGB value is (153,132,67). Sum of RGB (Red+Green+Blue) = 153+132+67=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998443 is #667BBC. Grayscale: #838383. Windows color (decimal): -6716349 or 4424857. OLE color: 4424857.
HSL color Cylindrical-coordinate representation of color #998443: hue angle of 45.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #998443 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 67 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.4 |
| HSL | 45.35º | 0.39% | 0.43% | - |
| HSV(B) | 45.35º | 0.56% | 0.6% | - |
| XYZ | 22.4 | 23.68 | 8.7 | - |
| YUV | 130.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 67 | 0 | 0.14 | 0.56 | 0.4 | 45.35 | 0.39 | 0.43 |
| Hex | 99 | 84 | 43 | 0 | E | 38 | 28 | 2D | 27 | 2B |
| Octal | 231 | 204 | 103 | 0 | 16 | 70 | 50 | 55 | 47 | 53 |
| Binary | 10011001 | 10000100 | 1000011 | 0 | 1110 | 111000 | 101000 | 101101 | 100111 | 101011 |
Color Harmonies of #998443
Complementary color
Monochromatic Colors of #998443
Black with #998443
Text Example
Text Example
White with #998443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998443; }
p { color: rgb(153,132,67); }
H1.HeaderClassName
{
color: #998443;
}
.AnyTagClassName
{
color: #998443;
}
</style>
background-color css
<style>
a { background-color: #998443; }
a { background-color: rgb(153,132,67); }
div.DivClassName
{
background-color: #998443;
}
.BgClassName
{
background-color: #998443;
}
</style>
border-color css
<style>
span { border-color: #998443; }
span { border-color: rgb(153,132,67); }
td.TdClassName
{
border-color: #998443;
}
.TagClassName
{
border-color: #998443;
}
</style>