Shades of Highball #908F4E
Tints of Highball #908F4E
RGB
CMYK
RGB Variations
Color information
#908F4E (or 0x908F4E) is known color: Highball. HEX triplet: 90, 8F and 4E. RGB value is (144,143,78). Sum of RGB (Red+Green+Blue) = 144+143+78=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #908F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F4E is #6F70B1. Grayscale: #888888. Windows color (decimal): -7303346 or 5148560. OLE color: 5148560.
HSL color Cylindrical-coordinate representation of color #908F4E: hue angle of 59.09º 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 #908F4E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 78 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.44 |
| HSL | 59.09º | 0.3% | 0.44% | - |
| HSV(B) | 59.09º | 0.46% | 0.56% | - |
| XYZ | 22.7 | 26.12 | 11.05 | - |
| YUV | 135.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 78 | 0 | 0.01 | 0.46 | 0.44 | 59.09 | 0.3 | 0.44 |
| Hex | 90 | 8F | 4E | 0 | 1 | 2E | 2C | 3B | 1E | 2C |
| Octal | 220 | 217 | 116 | 0 | 1 | 56 | 54 | 73 | 36 | 54 |
| Binary | 10010000 | 10001111 | 1001110 | 0 | 1 | 101110 | 101100 | 111011 | 11110 | 101100 |
Color Harmonies of #908F4E
Complementary color
Monochromatic Colors of #908F4E
Black with #908F4E
Text Example
Text Example
White with #908F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F4E; }
p { color: rgb(144,143,78); }
H1.HeaderClassName
{
color: #908F4E;
}
.AnyTagClassName
{
color: #908F4E;
}
</style>
background-color css
<style>
a { background-color: #908F4E; }
a { background-color: rgb(144,143,78); }
div.DivClassName
{
background-color: #908F4E;
}
.BgClassName
{
background-color: #908F4E;
}
</style>
border-color css
<style>
span { border-color: #908F4E; }
span { border-color: rgb(144,143,78); }
td.TdClassName
{
border-color: #908F4E;
}
.TagClassName
{
border-color: #908F4E;
}
</style>