Shades of Highball #998A3E
Tints of Highball #998A3E
RGB
CMYK
RGB Variations
Color information
#998A3E (or 0x998A3E) is known color: Highball. HEX triplet: 99, 8A and 3E. RGB value is (153,138,62). Sum of RGB (Red+Green+Blue) = 153+138+62=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #998A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A3E is #6675C1. Grayscale: #868686. Windows color (decimal): -6714818 or 4098713. OLE color: 4098713.
HSL color Cylindrical-coordinate representation of color #998A3E: hue angle of 50.11º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #998A3E is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 62 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.4 |
| HSL | 50.11º | 0.42% | 0.42% | - |
| HSV(B) | 50.11º | 0.59% | 0.6% | - |
| XYZ | 23.09 | 25.3 | 8.22 | - |
| YUV | 133.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 62 | 0 | 0.10 | 0.59 | 0.4 | 50.11 | 0.42 | 0.42 |
| Hex | 99 | 8A | 3E | 0 | A | 3B | 28 | 32 | 2A | 2A |
| Octal | 231 | 212 | 76 | 0 | 12 | 73 | 50 | 62 | 52 | 52 |
| Binary | 10011001 | 10001010 | 111110 | 0 | 1010 | 111011 | 101000 | 110010 | 101010 | 101010 |
Color Harmonies of #998A3E
Complementary color
Monochromatic Colors of #998A3E
Black with #998A3E
Text Example
Text Example
White with #998A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A3E; }
p { color: rgb(153,138,62); }
H1.HeaderClassName
{
color: #998A3E;
}
.AnyTagClassName
{
color: #998A3E;
}
</style>
background-color css
<style>
a { background-color: #998A3E; }
a { background-color: rgb(153,138,62); }
div.DivClassName
{
background-color: #998A3E;
}
.BgClassName
{
background-color: #998A3E;
}
</style>
border-color css
<style>
span { border-color: #998A3E; }
span { border-color: rgb(153,138,62); }
td.TdClassName
{
border-color: #998A3E;
}
.TagClassName
{
border-color: #998A3E;
}
</style>