Shades of Highball #9F9536
Tints of Highball #9F9536
RGB
CMYK
RGB Variations
Color information
#9F9536 (or 0x9F9536) is known color: Highball. HEX triplet: 9F, 95 and 36. RGB value is (159,149,54). Sum of RGB (Red+Green+Blue) = 159+149+54=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9536 is #606AC9. Grayscale: #8D8D8D. Windows color (decimal): -6318794 or 3577247. OLE color: 3577247.
HSL color Cylindrical-coordinate representation of color #9F9536: hue angle of 54.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F9536 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 54 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.38 |
| HSL | 54.29º | 0.49% | 0.42% | - |
| HSV(B) | 54.29º | 0.66% | 0.62% | - |
| XYZ | 25.71 | 29.13 | 7.76 | - |
| YUV | 141.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 54 | 0 | 0.06 | 0.66 | 0.38 | 54.29 | 0.49 | 0.42 |
| Hex | 9F | 95 | 36 | 0 | 6 | 42 | 26 | 36 | 31 | 2A |
| Octal | 237 | 225 | 66 | 0 | 6 | 102 | 46 | 66 | 61 | 52 |
| Binary | 10011111 | 10010101 | 110110 | 0 | 110 | 1000010 | 100110 | 110110 | 110001 | 101010 |
Color Harmonies of #9F9536
Complementary color
Monochromatic Colors of #9F9536
Black with #9F9536
Text Example
Text Example
White with #9F9536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9536; }
p { color: rgb(159,149,54); }
H1.HeaderClassName
{
color: #9F9536;
}
.AnyTagClassName
{
color: #9F9536;
}
</style>
background-color css
<style>
a { background-color: #9F9536; }
a { background-color: rgb(159,149,54); }
div.DivClassName
{
background-color: #9F9536;
}
.BgClassName
{
background-color: #9F9536;
}
</style>
border-color css
<style>
span { border-color: #9F9536; }
span { border-color: rgb(159,149,54); }
td.TdClassName
{
border-color: #9F9536;
}
.TagClassName
{
border-color: #9F9536;
}
</style>