Shades of Highball #908240
Tints of Highball #908240
RGB
CMYK
RGB Variations
Color information
#908240 (or 0x908240) is known color: Highball. HEX triplet: 90, 82 and 40. RGB value is (144,130,64). Sum of RGB (Red+Green+Blue) = 144+130+64=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #908240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908240 is #6F7DBF. Grayscale: #7E7E7E. Windows color (decimal): -7306688 or 4227728. OLE color: 4227728.
HSL color Cylindrical-coordinate representation of color #908240: hue angle of 49.5º 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 #908240 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 64 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.44 |
| HSL | 49.5º | 0.38% | 0.41% | - |
| HSV(B) | 49.5º | 0.56% | 0.56% | - |
| XYZ | 20.41 | 22.26 | 8.07 | - |
| YUV | 126.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 64 | 0 | 0.10 | 0.56 | 0.44 | 49.5 | 0.38 | 0.41 |
| Hex | 90 | 82 | 40 | 0 | A | 38 | 2C | 32 | 26 | 29 |
| Octal | 220 | 202 | 100 | 0 | 12 | 70 | 54 | 62 | 46 | 51 |
| Binary | 10010000 | 10000010 | 1000000 | 0 | 1010 | 111000 | 101100 | 110010 | 100110 | 101001 |
Color Harmonies of #908240
Complementary color
Monochromatic Colors of #908240
Black with #908240
Text Example
Text Example
White with #908240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908240; }
p { color: rgb(144,130,64); }
H1.HeaderClassName
{
color: #908240;
}
.AnyTagClassName
{
color: #908240;
}
</style>
background-color css
<style>
a { background-color: #908240; }
a { background-color: rgb(144,130,64); }
div.DivClassName
{
background-color: #908240;
}
.BgClassName
{
background-color: #908240;
}
</style>
border-color css
<style>
span { border-color: #908240; }
span { border-color: rgb(144,130,64); }
td.TdClassName
{
border-color: #908240;
}
.TagClassName
{
border-color: #908240;
}
</style>