Shades of Highball #9F943E
Tints of Highball #9F943E
RGB
CMYK
RGB Variations
Color information
#9F943E (or 0x9F943E) is known color: Highball. HEX triplet: 9F, 94 and 3E. RGB value is (159,148,62). Sum of RGB (Red+Green+Blue) = 159+148+62=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F943E is #606BC1. Grayscale: #8D8D8D. Windows color (decimal): -6319042 or 4101279. OLE color: 4101279.
HSL color Cylindrical-coordinate representation of color #9F943E: hue angle of 53.2º 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 #9F943E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 62 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.38 |
| HSL | 53.2º | 0.44% | 0.43% | - |
| HSV(B) | 53.2º | 0.61% | 0.62% | - |
| XYZ | 25.76 | 28.9 | 8.78 | - |
| YUV | 141.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 62 | 0 | 0.07 | 0.61 | 0.38 | 53.2 | 0.44 | 0.43 |
| Hex | 9F | 94 | 3E | 0 | 7 | 3D | 26 | 35 | 2C | 2B |
| Octal | 237 | 224 | 76 | 0 | 7 | 75 | 46 | 65 | 54 | 53 |
| Binary | 10011111 | 10010100 | 111110 | 0 | 111 | 111101 | 100110 | 110101 | 101100 | 101011 |
Color Harmonies of #9F943E
Complementary color
Monochromatic Colors of #9F943E
Black with #9F943E
Text Example
Text Example
White with #9F943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F943E; }
p { color: rgb(159,148,62); }
H1.HeaderClassName
{
color: #9F943E;
}
.AnyTagClassName
{
color: #9F943E;
}
</style>
background-color css
<style>
a { background-color: #9F943E; }
a { background-color: rgb(159,148,62); }
div.DivClassName
{
background-color: #9F943E;
}
.BgClassName
{
background-color: #9F943E;
}
</style>
border-color css
<style>
span { border-color: #9F943E; }
span { border-color: rgb(159,148,62); }
td.TdClassName
{
border-color: #9F943E;
}
.TagClassName
{
border-color: #9F943E;
}
</style>