Shades of Highball #9A993B
Tints of Highball #9A993B
RGB
CMYK
RGB Variations
Color information
#9A993B (or 0x9A993B) is known color: Highball. HEX triplet: 9A, 99 and 3B. RGB value is (154,153,59). Sum of RGB (Red+Green+Blue) = 154+153+59=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A993B is #6566C4. Grayscale: #8E8E8E. Windows color (decimal): -6645445 or 3905946. OLE color: 3905946.
HSL color Cylindrical-coordinate representation of color #9A993B: hue angle of 59.37º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A993B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 59 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.40 |
| HSL | 59.37º | 0.45% | 0.42% | - |
| HSV(B) | 59.37º | 0.62% | 0.6% | - |
| XYZ | 25.51 | 29.97 | 8.58 | - |
| YUV | 142.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 59 | 0 | 0.01 | 0.62 | 0.40 | 59.37 | 0.45 | 0.42 |
| Hex | 9A | 99 | 3B | 0 | 1 | 3E | 28 | 3B | 2D | 2A |
| Octal | 232 | 231 | 73 | 0 | 1 | 76 | 50 | 73 | 55 | 52 |
| Binary | 10011010 | 10011001 | 111011 | 0 | 1 | 111110 | 101000 | 111011 | 101101 | 101010 |
Color Harmonies of #9A993B
Complementary color
Monochromatic Colors of #9A993B
Black with #9A993B
Text Example
Text Example
White with #9A993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A993B; }
p { color: rgb(154,153,59); }
H1.HeaderClassName
{
color: #9A993B;
}
.AnyTagClassName
{
color: #9A993B;
}
</style>
background-color css
<style>
a { background-color: #9A993B; }
a { background-color: rgb(154,153,59); }
div.DivClassName
{
background-color: #9A993B;
}
.BgClassName
{
background-color: #9A993B;
}
</style>
border-color css
<style>
span { border-color: #9A993B; }
span { border-color: rgb(154,153,59); }
td.TdClassName
{
border-color: #9A993B;
}
.TagClassName
{
border-color: #9A993B;
}
</style>