Shades of Highball #908D4E
Tints of Highball #908D4E
RGB
CMYK
RGB Variations
Color information
#908D4E (or 0x908D4E) is known color: Highball. HEX triplet: 90, 8D and 4E. RGB value is (144,141,78). Sum of RGB (Red+Green+Blue) = 144+141+78=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D4E is #6F72B1. Grayscale: #868686. Windows color (decimal): -7303858 or 5148048. OLE color: 5148048.
HSL color Cylindrical-coordinate representation of color #908D4E: hue angle of 57.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #908D4E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 78 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.44 |
| HSL | 57.27º | 0.3% | 0.44% | - |
| HSV(B) | 57.27º | 0.46% | 0.56% | - |
| XYZ | 22.4 | 25.53 | 10.95 | - |
| YUV | 134.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 78 | 0 | 0.02 | 0.46 | 0.44 | 57.27 | 0.3 | 0.44 |
| Hex | 90 | 8D | 4E | 0 | 2 | 2E | 2C | 39 | 1E | 2C |
| Octal | 220 | 215 | 116 | 0 | 2 | 56 | 54 | 71 | 36 | 54 |
| Binary | 10010000 | 10001101 | 1001110 | 0 | 10 | 101110 | 101100 | 111001 | 11110 | 101100 |
Color Harmonies of #908D4E
Complementary color
Monochromatic Colors of #908D4E
Black with #908D4E
Text Example
Text Example
White with #908D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D4E; }
p { color: rgb(144,141,78); }
H1.HeaderClassName
{
color: #908D4E;
}
.AnyTagClassName
{
color: #908D4E;
}
</style>
background-color css
<style>
a { background-color: #908D4E; }
a { background-color: rgb(144,141,78); }
div.DivClassName
{
background-color: #908D4E;
}
.BgClassName
{
background-color: #908D4E;
}
</style>
border-color css
<style>
span { border-color: #908D4E; }
span { border-color: rgb(144,141,78); }
td.TdClassName
{
border-color: #908D4E;
}
.TagClassName
{
border-color: #908D4E;
}
</style>