Shades of Highball #908E4B
Tints of Highball #908E4B
RGB
CMYK
RGB Variations
Color information
#908E4B (or 0x908E4B) is known color: Highball. HEX triplet: 90, 8E and 4B. RGB value is (144,142,75). Sum of RGB (Red+Green+Blue) = 144+142+75=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #908E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908E4B is #6F71B4. Grayscale: #878787. Windows color (decimal): -7303605 or 4951696. OLE color: 4951696.
HSL color Cylindrical-coordinate representation of color #908E4B: hue angle of 58.26º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #908E4B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 75 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.44 |
| HSL | 58.26º | 0.32% | 0.43% | - |
| HSV(B) | 58.26º | 0.48% | 0.56% | - |
| XYZ | 22.44 | 25.78 | 10.45 | - |
| YUV | 134.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 75 | 0 | 0.01 | 0.48 | 0.44 | 58.26 | 0.32 | 0.43 |
| Hex | 90 | 8E | 4B | 0 | 1 | 30 | 2C | 3A | 20 | 2B |
| Octal | 220 | 216 | 113 | 0 | 1 | 60 | 54 | 72 | 40 | 53 |
| Binary | 10010000 | 10001110 | 1001011 | 0 | 1 | 110000 | 101100 | 111010 | 100000 | 101011 |
Color Harmonies of #908E4B
Complementary color
Monochromatic Colors of #908E4B
Black with #908E4B
Text Example
Text Example
White with #908E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E4B; }
p { color: rgb(144,142,75); }
H1.HeaderClassName
{
color: #908E4B;
}
.AnyTagClassName
{
color: #908E4B;
}
</style>
background-color css
<style>
a { background-color: #908E4B; }
a { background-color: rgb(144,142,75); }
div.DivClassName
{
background-color: #908E4B;
}
.BgClassName
{
background-color: #908E4B;
}
</style>
border-color css
<style>
span { border-color: #908E4B; }
span { border-color: rgb(144,142,75); }
td.TdClassName
{
border-color: #908E4B;
}
.TagClassName
{
border-color: #908E4B;
}
</style>