Shades of Highball #9F953E
Tints of Highball #9F953E
RGB
CMYK
RGB Variations
Color information
#9F953E (or 0x9F953E) is known color: Highball. HEX triplet: 9F, 95 and 3E. RGB value is (159,149,62). Sum of RGB (Red+Green+Blue) = 159+149+62=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F953E is #606AC1. Grayscale: #8E8E8E. Windows color (decimal): -6318786 or 4101535. OLE color: 4101535.
HSL color Cylindrical-coordinate representation of color #9F953E: hue angle of 53.81º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F953E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 62 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.38 |
| HSL | 53.81º | 0.44% | 0.43% | - |
| HSV(B) | 53.81º | 0.61% | 0.62% | - |
| XYZ | 25.92 | 29.21 | 8.83 | - |
| YUV | 142.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 62 | 0 | 0.06 | 0.61 | 0.38 | 53.81 | 0.44 | 0.43 |
| Hex | 9F | 95 | 3E | 0 | 6 | 3D | 26 | 36 | 2C | 2B |
| Octal | 237 | 225 | 76 | 0 | 6 | 75 | 46 | 66 | 54 | 53 |
| Binary | 10011111 | 10010101 | 111110 | 0 | 110 | 111101 | 100110 | 110110 | 101100 | 101011 |
Color Harmonies of #9F953E
Complementary color
Monochromatic Colors of #9F953E
Black with #9F953E
Text Example
Text Example
White with #9F953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F953E; }
p { color: rgb(159,149,62); }
H1.HeaderClassName
{
color: #9F953E;
}
.AnyTagClassName
{
color: #9F953E;
}
</style>
background-color css
<style>
a { background-color: #9F953E; }
a { background-color: rgb(159,149,62); }
div.DivClassName
{
background-color: #9F953E;
}
.BgClassName
{
background-color: #9F953E;
}
</style>
border-color css
<style>
span { border-color: #9F953E; }
span { border-color: rgb(159,149,62); }
td.TdClassName
{
border-color: #9F953E;
}
.TagClassName
{
border-color: #9F953E;
}
</style>