Shades of Highball #908B42
Tints of Highball #908B42
RGB
CMYK
RGB Variations
Color information
#908B42 (or 0x908B42) is known color: Highball. HEX triplet: 90, 8B and 42. RGB value is (144,139,66). Sum of RGB (Red+Green+Blue) = 144+139+66=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #908B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B42 is #6F74BD. Grayscale: #848484. Windows color (decimal): -7304382 or 4361104. OLE color: 4361104.
HSL color Cylindrical-coordinate representation of color #908B42: hue angle of 56.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #908B42 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 66 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.44 |
| HSL | 56.15º | 0.37% | 0.41% | - |
| HSV(B) | 56.15º | 0.54% | 0.56% | - |
| XYZ | 21.72 | 24.79 | 8.79 | - |
| YUV | 132.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 66 | 0 | 0.03 | 0.54 | 0.44 | 56.15 | 0.37 | 0.41 |
| Hex | 90 | 8B | 42 | 0 | 3 | 36 | 2C | 38 | 25 | 29 |
| Octal | 220 | 213 | 102 | 0 | 3 | 66 | 54 | 70 | 45 | 51 |
| Binary | 10010000 | 10001011 | 1000010 | 0 | 11 | 110110 | 101100 | 111000 | 100101 | 101001 |
Color Harmonies of #908B42
Complementary color
Monochromatic Colors of #908B42
Black with #908B42
Text Example
Text Example
White with #908B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B42; }
p { color: rgb(144,139,66); }
H1.HeaderClassName
{
color: #908B42;
}
.AnyTagClassName
{
color: #908B42;
}
</style>
background-color css
<style>
a { background-color: #908B42; }
a { background-color: rgb(144,139,66); }
div.DivClassName
{
background-color: #908B42;
}
.BgClassName
{
background-color: #908B42;
}
</style>
border-color css
<style>
span { border-color: #908B42; }
span { border-color: rgb(144,139,66); }
td.TdClassName
{
border-color: #908B42;
}
.TagClassName
{
border-color: #908B42;
}
</style>