Shades of Highball #908B2E
Tints of Highball #908B2E
RGB
CMYK
RGB Variations
Color information
#908B2E (or 0x908B2E) is known color: Highball. HEX triplet: 90, 8B and 2E. RGB value is (144,139,46). Sum of RGB (Red+Green+Blue) = 144+139+46=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #908B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B2E is #6F74D1. Grayscale: #828282. Windows color (decimal): -7304402 or 3050384. OLE color: 3050384.
HSL color Cylindrical-coordinate representation of color #908B2E: hue angle of 56.94º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #908B2E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 46 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.44 |
| HSL | 56.94º | 0.52% | 0.37% | - |
| HSV(B) | 56.94º | 0.68% | 0.56% | - |
| XYZ | 21.23 | 24.59 | 6.21 | - |
| YUV | 129.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 46 | 0 | 0.03 | 0.68 | 0.44 | 56.94 | 0.52 | 0.37 |
| Hex | 90 | 8B | 2E | 0 | 3 | 44 | 2C | 39 | 34 | 25 |
| Octal | 220 | 213 | 56 | 0 | 3 | 104 | 54 | 71 | 64 | 45 |
| Binary | 10010000 | 10001011 | 101110 | 0 | 11 | 1000100 | 101100 | 111001 | 110100 | 100101 |
Color Harmonies of #908B2E
Complementary color
Monochromatic Colors of #908B2E
Black with #908B2E
Text Example
Text Example
White with #908B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B2E; }
p { color: rgb(144,139,46); }
H1.HeaderClassName
{
color: #908B2E;
}
.AnyTagClassName
{
color: #908B2E;
}
</style>
background-color css
<style>
a { background-color: #908B2E; }
a { background-color: rgb(144,139,46); }
div.DivClassName
{
background-color: #908B2E;
}
.BgClassName
{
background-color: #908B2E;
}
</style>
border-color css
<style>
span { border-color: #908B2E; }
span { border-color: rgb(144,139,46); }
td.TdClassName
{
border-color: #908B2E;
}
.TagClassName
{
border-color: #908B2E;
}
</style>