Shades of Highball #998B44
Tints of Highball #998B44
RGB
CMYK
RGB Variations
Color information
#998B44 (or 0x998B44) is known color: Highball. HEX triplet: 99, 8B and 44. RGB value is (153,139,68). Sum of RGB (Red+Green+Blue) = 153+139+68=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #998B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B44 is #6674BB. Grayscale: #878787. Windows color (decimal): -6714556 or 4492185. OLE color: 4492185.
HSL color Cylindrical-coordinate representation of color #998B44: hue angle of 50.12º degrees, saturation: 0.38, 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 #998B44 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 68 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.4 |
| HSL | 50.12º | 0.38% | 0.43% | - |
| HSV(B) | 50.12º | 0.56% | 0.6% | - |
| XYZ | 23.41 | 25.65 | 9.19 | - |
| YUV | 135.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 68 | 0 | 0.09 | 0.56 | 0.4 | 50.12 | 0.38 | 0.43 |
| Hex | 99 | 8B | 44 | 0 | 9 | 38 | 28 | 32 | 26 | 2B |
| Octal | 231 | 213 | 104 | 0 | 11 | 70 | 50 | 62 | 46 | 53 |
| Binary | 10011001 | 10001011 | 1000100 | 0 | 1001 | 111000 | 101000 | 110010 | 100110 | 101011 |
Color Harmonies of #998B44
Complementary color
Monochromatic Colors of #998B44
Black with #998B44
Text Example
Text Example
White with #998B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B44; }
p { color: rgb(153,139,68); }
H1.HeaderClassName
{
color: #998B44;
}
.AnyTagClassName
{
color: #998B44;
}
</style>
background-color css
<style>
a { background-color: #998B44; }
a { background-color: rgb(153,139,68); }
div.DivClassName
{
background-color: #998B44;
}
.BgClassName
{
background-color: #998B44;
}
</style>
border-color css
<style>
span { border-color: #998B44; }
span { border-color: rgb(153,139,68); }
td.TdClassName
{
border-color: #998B44;
}
.TagClassName
{
border-color: #998B44;
}
</style>