Shades of Highball #9F9A4A
Tints of Highball #9F9A4A
RGB
CMYK
RGB Variations
Color information
#9F9A4A (or 0x9F9A4A) is known color: Highball. HEX triplet: 9F, 9A and 4A. RGB value is (159,154,74). Sum of RGB (Red+Green+Blue) = 159+154+74=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9A4A is #6065B5. Grayscale: #929292. Windows color (decimal): -6317494 or 4889247. OLE color: 4889247.
HSL color Cylindrical-coordinate representation of color #9F9A4A: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F9A4A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 74 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.38 |
| HSL | 56.47º | 0.36% | 0.46% | - |
| HSV(B) | 56.47º | 0.53% | 0.62% | - |
| XYZ | 27.09 | 30.98 | 11.03 | - |
| YUV | 146.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 74 | 0 | 0.03 | 0.53 | 0.38 | 56.47 | 0.36 | 0.46 |
| Hex | 9F | 9A | 4A | 0 | 3 | 35 | 26 | 38 | 24 | 2E |
| Octal | 237 | 232 | 112 | 0 | 3 | 65 | 46 | 70 | 44 | 56 |
| Binary | 10011111 | 10011010 | 1001010 | 0 | 11 | 110101 | 100110 | 111000 | 100100 | 101110 |
Color Harmonies of #9F9A4A
Complementary color
Monochromatic Colors of #9F9A4A
Black with #9F9A4A
Text Example
Text Example
White with #9F9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A4A; }
p { color: rgb(159,154,74); }
H1.HeaderClassName
{
color: #9F9A4A;
}
.AnyTagClassName
{
color: #9F9A4A;
}
</style>
background-color css
<style>
a { background-color: #9F9A4A; }
a { background-color: rgb(159,154,74); }
div.DivClassName
{
background-color: #9F9A4A;
}
.BgClassName
{
background-color: #9F9A4A;
}
</style>
border-color css
<style>
span { border-color: #9F9A4A; }
span { border-color: rgb(159,154,74); }
td.TdClassName
{
border-color: #9F9A4A;
}
.TagClassName
{
border-color: #9F9A4A;
}
</style>