Shades of Highball #9F963C
Tints of Highball #9F963C
RGB
CMYK
RGB Variations
Color information
#9F963C (or 0x9F963C) is known color: Highball. HEX triplet: 9F, 96 and 3C. RGB value is (159,150,60). Sum of RGB (Red+Green+Blue) = 159+150+60=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F963C is #6069C3. Grayscale: #8E8E8E. Windows color (decimal): -6318532 or 3970719. OLE color: 3970719.
HSL color Cylindrical-coordinate representation of color #9F963C: hue angle of 54.55º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F963C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 60 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.38 |
| HSL | 54.55º | 0.45% | 0.43% | - |
| HSV(B) | 54.55º | 0.62% | 0.62% | - |
| XYZ | 26.02 | 29.51 | 8.6 | - |
| YUV | 142.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 60 | 0 | 0.06 | 0.62 | 0.38 | 54.55 | 0.45 | 0.43 |
| Hex | 9F | 96 | 3C | 0 | 6 | 3E | 26 | 37 | 2D | 2B |
| Octal | 237 | 226 | 74 | 0 | 6 | 76 | 46 | 67 | 55 | 53 |
| Binary | 10011111 | 10010110 | 111100 | 0 | 110 | 111110 | 100110 | 110111 | 101101 | 101011 |
Color Harmonies of #9F963C
Complementary color
Monochromatic Colors of #9F963C
Black with #9F963C
Text Example
Text Example
White with #9F963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F963C; }
p { color: rgb(159,150,60); }
H1.HeaderClassName
{
color: #9F963C;
}
.AnyTagClassName
{
color: #9F963C;
}
</style>
background-color css
<style>
a { background-color: #9F963C; }
a { background-color: rgb(159,150,60); }
div.DivClassName
{
background-color: #9F963C;
}
.BgClassName
{
background-color: #9F963C;
}
</style>
border-color css
<style>
span { border-color: #9F963C; }
span { border-color: rgb(159,150,60); }
td.TdClassName
{
border-color: #9F963C;
}
.TagClassName
{
border-color: #9F963C;
}
</style>