Shades of Highball #908D4B
Tints of Highball #908D4B
RGB
CMYK
RGB Variations
Color information
#908D4B (or 0x908D4B) is known color: Highball. HEX triplet: 90, 8D and 4B. RGB value is (144,141,75). Sum of RGB (Red+Green+Blue) = 144+141+75=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #908D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908D4B is #6F72B4. Grayscale: #868686. Windows color (decimal): -7303861 or 4951440. OLE color: 4951440.
HSL color Cylindrical-coordinate representation of color #908D4B: hue angle of 57.39º 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 #908D4B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 75 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.44 |
| HSL | 57.39º | 0.32% | 0.43% | - |
| HSV(B) | 57.39º | 0.48% | 0.56% | - |
| XYZ | 22.3 | 25.49 | 10.4 | - |
| YUV | 134.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 75 | 0 | 0.02 | 0.48 | 0.44 | 57.39 | 0.32 | 0.43 |
| Hex | 90 | 8D | 4B | 0 | 2 | 30 | 2C | 39 | 20 | 2B |
| Octal | 220 | 215 | 113 | 0 | 2 | 60 | 54 | 71 | 40 | 53 |
| Binary | 10010000 | 10001101 | 1001011 | 0 | 10 | 110000 | 101100 | 111001 | 100000 | 101011 |
Color Harmonies of #908D4B
Complementary color
Monochromatic Colors of #908D4B
Black with #908D4B
Text Example
Text Example
White with #908D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D4B; }
p { color: rgb(144,141,75); }
H1.HeaderClassName
{
color: #908D4B;
}
.AnyTagClassName
{
color: #908D4B;
}
</style>
background-color css
<style>
a { background-color: #908D4B; }
a { background-color: rgb(144,141,75); }
div.DivClassName
{
background-color: #908D4B;
}
.BgClassName
{
background-color: #908D4B;
}
</style>
border-color css
<style>
span { border-color: #908D4B; }
span { border-color: rgb(144,141,75); }
td.TdClassName
{
border-color: #908D4B;
}
.TagClassName
{
border-color: #908D4B;
}
</style>