Shades of Highball #908C4E
Tints of Highball #908C4E
RGB
CMYK
RGB Variations
Color information
#908C4E (or 0x908C4E) is known color: Highball. HEX triplet: 90, 8C and 4E. RGB value is (144,140,78). Sum of RGB (Red+Green+Blue) = 144+140+78=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #908C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C4E is #6F73B1. Grayscale: #868686. Windows color (decimal): -7304114 or 5147792. OLE color: 5147792.
HSL color Cylindrical-coordinate representation of color #908C4E: hue angle of 56.36º 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 #908C4E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 78 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.44 |
| HSL | 56.36º | 0.3% | 0.44% | - |
| HSV(B) | 56.36º | 0.46% | 0.56% | - |
| XYZ | 22.25 | 25.24 | 10.91 | - |
| YUV | 134.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 78 | 0 | 0.03 | 0.46 | 0.44 | 56.36 | 0.3 | 0.44 |
| Hex | 90 | 8C | 4E | 0 | 3 | 2E | 2C | 38 | 1E | 2C |
| Octal | 220 | 214 | 116 | 0 | 3 | 56 | 54 | 70 | 36 | 54 |
| Binary | 10010000 | 10001100 | 1001110 | 0 | 11 | 101110 | 101100 | 111000 | 11110 | 101100 |
Color Harmonies of #908C4E
Complementary color
Monochromatic Colors of #908C4E
Black with #908C4E
Text Example
Text Example
White with #908C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C4E; }
p { color: rgb(144,140,78); }
H1.HeaderClassName
{
color: #908C4E;
}
.AnyTagClassName
{
color: #908C4E;
}
</style>
background-color css
<style>
a { background-color: #908C4E; }
a { background-color: rgb(144,140,78); }
div.DivClassName
{
background-color: #908C4E;
}
.BgClassName
{
background-color: #908C4E;
}
</style>
border-color css
<style>
span { border-color: #908C4E; }
span { border-color: rgb(144,140,78); }
td.TdClassName
{
border-color: #908C4E;
}
.TagClassName
{
border-color: #908C4E;
}
</style>