Shades of Highball #9F953F
Tints of Highball #9F953F
RGB
CMYK
RGB Variations
Color information
#9F953F (or 0x9F953F) is known color: Highball. HEX triplet: 9F, 95 and 3F. RGB value is (159,149,63). Sum of RGB (Red+Green+Blue) = 159+149+63=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F953F is #606AC0. Grayscale: #8E8E8E. Windows color (decimal): -6318785 or 4167071. OLE color: 4167071.
HSL color Cylindrical-coordinate representation of color #9F953F: hue angle of 53.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F953F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 63 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.38 |
| HSL | 53.75º | 0.43% | 0.44% | - |
| HSV(B) | 53.75º | 0.6% | 0.62% | - |
| XYZ | 25.94 | 29.22 | 8.98 | - |
| YUV | 142.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 63 | 0 | 0.06 | 0.60 | 0.38 | 53.75 | 0.43 | 0.44 |
| Hex | 9F | 95 | 3F | 0 | 6 | 3C | 26 | 36 | 2B | 2C |
| Octal | 237 | 225 | 77 | 0 | 6 | 74 | 46 | 66 | 53 | 54 |
| Binary | 10011111 | 10010101 | 111111 | 0 | 110 | 111100 | 100110 | 110110 | 101011 | 101100 |
Color Harmonies of #9F953F
Complementary color
Monochromatic Colors of #9F953F
Black with #9F953F
Text Example
Text Example
White with #9F953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F953F; }
p { color: rgb(159,149,63); }
H1.HeaderClassName
{
color: #9F953F;
}
.AnyTagClassName
{
color: #9F953F;
}
</style>
background-color css
<style>
a { background-color: #9F953F; }
a { background-color: rgb(159,149,63); }
div.DivClassName
{
background-color: #9F953F;
}
.BgClassName
{
background-color: #9F953F;
}
</style>
border-color css
<style>
span { border-color: #9F953F; }
span { border-color: rgb(159,149,63); }
td.TdClassName
{
border-color: #9F953F;
}
.TagClassName
{
border-color: #9F953F;
}
</style>