Shades of Highball #99974C
Tints of Highball #99974C
RGB
CMYK
RGB Variations
Color information
#99974C (or 0x99974C) is known color: Highball. HEX triplet: 99, 97 and 4C. RGB value is (153,151,76). Sum of RGB (Red+Green+Blue) = 153+151+76=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99974C is #6668B3. Grayscale: #8F8F8F. Windows color (decimal): -6711476 or 5019545. OLE color: 5019545.
HSL color Cylindrical-coordinate representation of color #99974C: hue angle of 58.44º degrees, saturation: 0.34, 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 #99974C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 76 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.4 |
| HSL | 58.44º | 0.34% | 0.45% | - |
| HSV(B) | 58.44º | 0.5% | 0.6% | - |
| XYZ | 25.51 | 29.43 | 11.17 | - |
| YUV | 143.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 76 | 0 | 0.01 | 0.50 | 0.4 | 58.44 | 0.34 | 0.45 |
| Hex | 99 | 97 | 4C | 0 | 1 | 32 | 28 | 3A | 22 | 2D |
| Octal | 231 | 227 | 114 | 0 | 1 | 62 | 50 | 72 | 42 | 55 |
| Binary | 10011001 | 10010111 | 1001100 | 0 | 1 | 110010 | 101000 | 111010 | 100010 | 101101 |
Color Harmonies of #99974C
Complementary color
Monochromatic Colors of #99974C
Black with #99974C
Text Example
Text Example
White with #99974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99974C; }
p { color: rgb(153,151,76); }
H1.HeaderClassName
{
color: #99974C;
}
.AnyTagClassName
{
color: #99974C;
}
</style>
background-color css
<style>
a { background-color: #99974C; }
a { background-color: rgb(153,151,76); }
div.DivClassName
{
background-color: #99974C;
}
.BgClassName
{
background-color: #99974C;
}
</style>
border-color css
<style>
span { border-color: #99974C; }
span { border-color: rgb(153,151,76); }
td.TdClassName
{
border-color: #99974C;
}
.TagClassName
{
border-color: #99974C;
}
</style>