Shades of Highball #9A873E
Tints of Highball #9A873E
RGB
CMYK
RGB Variations
Color information
#9A873E (or 0x9A873E) is known color: Highball. HEX triplet: 9A, 87 and 3E. RGB value is (154,135,62). Sum of RGB (Red+Green+Blue) = 154+135+62=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A873E is #6578C1. Grayscale: #848484. Windows color (decimal): -6650050 or 4097946. OLE color: 4097946.
HSL color Cylindrical-coordinate representation of color #9A873E: hue angle of 47.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A873E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 62 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.40 |
| HSL | 47.61º | 0.43% | 0.42% | - |
| HSV(B) | 47.61º | 0.6% | 0.6% | - |
| XYZ | 22.86 | 24.55 | 8.09 | - |
| YUV | 132.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 62 | 0 | 0.12 | 0.60 | 0.40 | 47.61 | 0.43 | 0.42 |
| Hex | 9A | 87 | 3E | 0 | C | 3C | 28 | 30 | 2B | 2A |
| Octal | 232 | 207 | 76 | 0 | 14 | 74 | 50 | 60 | 53 | 52 |
| Binary | 10011010 | 10000111 | 111110 | 0 | 1100 | 111100 | 101000 | 110000 | 101011 | 101010 |
Color Harmonies of #9A873E
Complementary color
Monochromatic Colors of #9A873E
Black with #9A873E
Text Example
Text Example
White with #9A873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A873E; }
p { color: rgb(154,135,62); }
H1.HeaderClassName
{
color: #9A873E;
}
.AnyTagClassName
{
color: #9A873E;
}
</style>
background-color css
<style>
a { background-color: #9A873E; }
a { background-color: rgb(154,135,62); }
div.DivClassName
{
background-color: #9A873E;
}
.BgClassName
{
background-color: #9A873E;
}
</style>
border-color css
<style>
span { border-color: #9A873E; }
span { border-color: rgb(154,135,62); }
td.TdClassName
{
border-color: #9A873E;
}
.TagClassName
{
border-color: #9A873E;
}
</style>