Shades of Highball #918040
Tints of Highball #918040
RGB
CMYK
RGB Variations
Color information
#918040 (or 0x918040) is known color: Highball. HEX triplet: 91, 80 and 40. RGB value is (145,128,64). Sum of RGB (Red+Green+Blue) = 145+128+64=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #918040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918040 is #6E7FBF. Grayscale: #7E7E7E. Windows color (decimal): -7241664 or 4227217. OLE color: 4227217.
HSL color Cylindrical-coordinate representation of color #918040: hue angle of 47.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #918040 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 64 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.43 |
| HSL | 47.41º | 0.39% | 0.41% | - |
| HSV(B) | 47.41º | 0.56% | 0.57% | - |
| XYZ | 20.32 | 21.83 | 7.99 | - |
| YUV | 125.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 64 | 0 | 0.12 | 0.56 | 0.43 | 47.41 | 0.39 | 0.41 |
| Hex | 91 | 80 | 40 | 0 | C | 38 | 2B | 2F | 27 | 29 |
| Octal | 221 | 200 | 100 | 0 | 14 | 70 | 53 | 57 | 47 | 51 |
| Binary | 10010001 | 10000000 | 1000000 | 0 | 1100 | 111000 | 101011 | 101111 | 100111 | 101001 |
Color Harmonies of #918040
Complementary color
Monochromatic Colors of #918040
Black with #918040
Text Example
Text Example
White with #918040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918040; }
p { color: rgb(145,128,64); }
H1.HeaderClassName
{
color: #918040;
}
.AnyTagClassName
{
color: #918040;
}
</style>
background-color css
<style>
a { background-color: #918040; }
a { background-color: rgb(145,128,64); }
div.DivClassName
{
background-color: #918040;
}
.BgClassName
{
background-color: #918040;
}
</style>
border-color css
<style>
span { border-color: #918040; }
span { border-color: rgb(145,128,64); }
td.TdClassName
{
border-color: #918040;
}
.TagClassName
{
border-color: #918040;
}
</style>