Shades of Highball #908B3E
Tints of Highball #908B3E
RGB
CMYK
RGB Variations
Color information
#908B3E (or 0x908B3E) is known color: Highball. HEX triplet: 90, 8B and 3E. RGB value is (144,139,62). Sum of RGB (Red+Green+Blue) = 144+139+62=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #908B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B3E is #6F74C1. Grayscale: #848484. Windows color (decimal): -7304386 or 4098960. OLE color: 4098960.
HSL color Cylindrical-coordinate representation of color #908B3E: hue angle of 56.34º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #908B3E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 62 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.44 |
| HSL | 56.34º | 0.4% | 0.4% | - |
| HSV(B) | 56.34º | 0.57% | 0.56% | - |
| XYZ | 21.6 | 24.74 | 8.19 | - |
| YUV | 131.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 62 | 0 | 0.03 | 0.57 | 0.44 | 56.34 | 0.4 | 0.4 |
| Hex | 90 | 8B | 3E | 0 | 3 | 39 | 2C | 38 | 28 | 28 |
| Octal | 220 | 213 | 76 | 0 | 3 | 71 | 54 | 70 | 50 | 50 |
| Binary | 10010000 | 10001011 | 111110 | 0 | 11 | 111001 | 101100 | 111000 | 101000 | 101000 |
Color Harmonies of #908B3E
Complementary color
Monochromatic Colors of #908B3E
Black with #908B3E
Text Example
Text Example
White with #908B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B3E; }
p { color: rgb(144,139,62); }
H1.HeaderClassName
{
color: #908B3E;
}
.AnyTagClassName
{
color: #908B3E;
}
</style>
background-color css
<style>
a { background-color: #908B3E; }
a { background-color: rgb(144,139,62); }
div.DivClassName
{
background-color: #908B3E;
}
.BgClassName
{
background-color: #908B3E;
}
</style>
border-color css
<style>
span { border-color: #908B3E; }
span { border-color: rgb(144,139,62); }
td.TdClassName
{
border-color: #908B3E;
}
.TagClassName
{
border-color: #908B3E;
}
</style>