Shades of Highball #99904A
Tints of Highball #99904A
RGB
CMYK
RGB Variations
Color information
#99904A (or 0x99904A) is known color: Highball. HEX triplet: 99, 90 and 4A. RGB value is (153,144,74). Sum of RGB (Red+Green+Blue) = 153+144+74=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #99904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99904A is #666FB5. Grayscale: #8B8B8B. Windows color (decimal): -6713270 or 4886681. OLE color: 4886681.
HSL color Cylindrical-coordinate representation of color #99904A: hue angle of 53.16º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99904A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 74 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.4 |
| HSL | 53.16º | 0.35% | 0.45% | - |
| HSV(B) | 53.16º | 0.52% | 0.6% | - |
| XYZ | 24.35 | 27.21 | 10.45 | - |
| YUV | 138.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 74 | 0 | 0.06 | 0.52 | 0.4 | 53.16 | 0.35 | 0.45 |
| Hex | 99 | 90 | 4A | 0 | 6 | 34 | 28 | 35 | 23 | 2D |
| Octal | 231 | 220 | 112 | 0 | 6 | 64 | 50 | 65 | 43 | 55 |
| Binary | 10011001 | 10010000 | 1001010 | 0 | 110 | 110100 | 101000 | 110101 | 100011 | 101101 |
Color Harmonies of #99904A
Complementary color
Monochromatic Colors of #99904A
Black with #99904A
Text Example
Text Example
White with #99904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99904A; }
p { color: rgb(153,144,74); }
H1.HeaderClassName
{
color: #99904A;
}
.AnyTagClassName
{
color: #99904A;
}
</style>
background-color css
<style>
a { background-color: #99904A; }
a { background-color: rgb(153,144,74); }
div.DivClassName
{
background-color: #99904A;
}
.BgClassName
{
background-color: #99904A;
}
</style>
border-color css
<style>
span { border-color: #99904A; }
span { border-color: rgb(153,144,74); }
td.TdClassName
{
border-color: #99904A;
}
.TagClassName
{
border-color: #99904A;
}
</style>