Shades of Highball #998D4D
Tints of Highball #998D4D
RGB
CMYK
RGB Variations
Color information
#998D4D (or 0x998D4D) is known color: Highball. HEX triplet: 99, 8D and 4D. RGB value is (153,141,77). Sum of RGB (Red+Green+Blue) = 153+141+77=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D4D is #6672B2. Grayscale: #898989. Windows color (decimal): -6714035 or 5082521. OLE color: 5082521.
HSL color Cylindrical-coordinate representation of color #998D4D: hue angle of 50.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #998D4D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 77 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.4 |
| HSL | 50.53º | 0.33% | 0.45% | - |
| HSV(B) | 50.53º | 0.5% | 0.6% | - |
| XYZ | 24 | 26.36 | 10.84 | - |
| YUV | 137.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 77 | 0 | 0.08 | 0.50 | 0.4 | 50.53 | 0.33 | 0.45 |
| Hex | 99 | 8D | 4D | 0 | 8 | 32 | 28 | 33 | 21 | 2D |
| Octal | 231 | 215 | 115 | 0 | 10 | 62 | 50 | 63 | 41 | 55 |
| Binary | 10011001 | 10001101 | 1001101 | 0 | 1000 | 110010 | 101000 | 110011 | 100001 | 101101 |
Color Harmonies of #998D4D
Complementary color
Monochromatic Colors of #998D4D
Black with #998D4D
Text Example
Text Example
White with #998D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D4D; }
p { color: rgb(153,141,77); }
H1.HeaderClassName
{
color: #998D4D;
}
.AnyTagClassName
{
color: #998D4D;
}
</style>
background-color css
<style>
a { background-color: #998D4D; }
a { background-color: rgb(153,141,77); }
div.DivClassName
{
background-color: #998D4D;
}
.BgClassName
{
background-color: #998D4D;
}
</style>
border-color css
<style>
span { border-color: #998D4D; }
span { border-color: rgb(153,141,77); }
td.TdClassName
{
border-color: #998D4D;
}
.TagClassName
{
border-color: #998D4D;
}
</style>