Shades of Highball #908E3A
Tints of Highball #908E3A
RGB
CMYK
RGB Variations
Color information
#908E3A (or 0x908E3A) is known color: Highball. HEX triplet: 90, 8E and 3A. RGB value is (144,142,58). Sum of RGB (Red+Green+Blue) = 144+142+58=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #908E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908E3A is #6F71C5. Grayscale: #858585. Windows color (decimal): -7303622 or 3837584. OLE color: 3837584.
HSL color Cylindrical-coordinate representation of color #908E3A: hue angle of 58.6º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #908E3A is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 58 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.44 |
| HSL | 58.6º | 0.43% | 0.4% | - |
| HSV(B) | 58.6º | 0.6% | 0.56% | - |
| XYZ | 21.94 | 25.58 | 7.78 | - |
| YUV | 133.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 58 | 0 | 0.01 | 0.60 | 0.44 | 58.6 | 0.43 | 0.4 |
| Hex | 90 | 8E | 3A | 0 | 1 | 3C | 2C | 3B | 2B | 28 |
| Octal | 220 | 216 | 72 | 0 | 1 | 74 | 54 | 73 | 53 | 50 |
| Binary | 10010000 | 10001110 | 111010 | 0 | 1 | 111100 | 101100 | 111011 | 101011 | 101000 |
Color Harmonies of #908E3A
Complementary color
Monochromatic Colors of #908E3A
Black with #908E3A
Text Example
Text Example
White with #908E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E3A; }
p { color: rgb(144,142,58); }
H1.HeaderClassName
{
color: #908E3A;
}
.AnyTagClassName
{
color: #908E3A;
}
</style>
background-color css
<style>
a { background-color: #908E3A; }
a { background-color: rgb(144,142,58); }
div.DivClassName
{
background-color: #908E3A;
}
.BgClassName
{
background-color: #908E3A;
}
</style>
border-color css
<style>
span { border-color: #908E3A; }
span { border-color: rgb(144,142,58); }
td.TdClassName
{
border-color: #908E3A;
}
.TagClassName
{
border-color: #908E3A;
}
</style>