Shades of Highball #9F973D
Tints of Highball #9F973D
RGB
CMYK
RGB Variations
Color information
#9F973D (or 0x9F973D) is known color: Highball. HEX triplet: 9F, 97 and 3D. RGB value is (159,151,61). Sum of RGB (Red+Green+Blue) = 159+151+61=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F973D is #6068C2. Grayscale: #8F8F8F. Windows color (decimal): -6318275 or 4036511. OLE color: 4036511.
HSL color Cylindrical-coordinate representation of color #9F973D: hue angle of 55.1º 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 #9F973D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 61 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.38 |
| HSL | 55.1º | 0.45% | 0.43% | - |
| HSV(B) | 55.1º | 0.62% | 0.62% | - |
| XYZ | 26.21 | 29.84 | 8.79 | - |
| YUV | 143.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 61 | 0 | 0.05 | 0.62 | 0.38 | 55.1 | 0.45 | 0.43 |
| Hex | 9F | 97 | 3D | 0 | 5 | 3E | 26 | 37 | 2D | 2B |
| Octal | 237 | 227 | 75 | 0 | 5 | 76 | 46 | 67 | 55 | 53 |
| Binary | 10011111 | 10010111 | 111101 | 0 | 101 | 111110 | 100110 | 110111 | 101101 | 101011 |
Color Harmonies of #9F973D
Complementary color
Monochromatic Colors of #9F973D
Black with #9F973D
Text Example
Text Example
White with #9F973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F973D; }
p { color: rgb(159,151,61); }
H1.HeaderClassName
{
color: #9F973D;
}
.AnyTagClassName
{
color: #9F973D;
}
</style>
background-color css
<style>
a { background-color: #9F973D; }
a { background-color: rgb(159,151,61); }
div.DivClassName
{
background-color: #9F973D;
}
.BgClassName
{
background-color: #9F973D;
}
</style>
border-color css
<style>
span { border-color: #9F973D; }
span { border-color: rgb(159,151,61); }
td.TdClassName
{
border-color: #9F973D;
}
.TagClassName
{
border-color: #9F973D;
}
</style>