Shades of Highball #908B40
Tints of Highball #908B40
RGB
CMYK
RGB Variations
Color information
#908B40 (or 0x908B40) is known color: Highball. HEX triplet: 90, 8B and 40. RGB value is (144,139,64). Sum of RGB (Red+Green+Blue) = 144+139+64=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #908B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B40 is #6F74BF. Grayscale: #848484. Windows color (decimal): -7304384 or 4230032. OLE color: 4230032.
HSL color Cylindrical-coordinate representation of color #908B40: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #908B40 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 64 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.44 |
| HSL | 56.25º | 0.38% | 0.41% | - |
| HSV(B) | 56.25º | 0.56% | 0.56% | - |
| XYZ | 21.66 | 24.76 | 8.49 | - |
| YUV | 131.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 64 | 0 | 0.03 | 0.56 | 0.44 | 56.25 | 0.38 | 0.41 |
| Hex | 90 | 8B | 40 | 0 | 3 | 38 | 2C | 38 | 26 | 29 |
| Octal | 220 | 213 | 100 | 0 | 3 | 70 | 54 | 70 | 46 | 51 |
| Binary | 10010000 | 10001011 | 1000000 | 0 | 11 | 111000 | 101100 | 111000 | 100110 | 101001 |
Color Harmonies of #908B40
Complementary color
Monochromatic Colors of #908B40
Black with #908B40
Text Example
Text Example
White with #908B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B40; }
p { color: rgb(144,139,64); }
H1.HeaderClassName
{
color: #908B40;
}
.AnyTagClassName
{
color: #908B40;
}
</style>
background-color css
<style>
a { background-color: #908B40; }
a { background-color: rgb(144,139,64); }
div.DivClassName
{
background-color: #908B40;
}
.BgClassName
{
background-color: #908B40;
}
</style>
border-color css
<style>
span { border-color: #908B40; }
span { border-color: rgb(144,139,64); }
td.TdClassName
{
border-color: #908B40;
}
.TagClassName
{
border-color: #908B40;
}
</style>