Shades of Highball #918949
Tints of Highball #918949
RGB
CMYK
RGB Variations
Color information
#918949 (or 0x918949) is known color: Highball. HEX triplet: 91, 89 and 49. RGB value is (145,137,73). Sum of RGB (Red+Green+Blue) = 145+137+73=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #918949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918949 is #6E76B6. Grayscale: #848484. Windows color (decimal): -7239351 or 4819345. OLE color: 4819345.
HSL color Cylindrical-coordinate representation of color #918949: hue angle of 53.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #918949 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 73 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.43 |
| HSL | 53.33º | 0.33% | 0.43% | - |
| HSV(B) | 53.33º | 0.5% | 0.57% | - |
| XYZ | 21.83 | 24.39 | 9.86 | - |
| YUV | 132.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 73 | 0 | 0.06 | 0.50 | 0.43 | 53.33 | 0.33 | 0.43 |
| Hex | 91 | 89 | 49 | 0 | 6 | 32 | 2B | 35 | 21 | 2B |
| Octal | 221 | 211 | 111 | 0 | 6 | 62 | 53 | 65 | 41 | 53 |
| Binary | 10010001 | 10001001 | 1001001 | 0 | 110 | 110010 | 101011 | 110101 | 100001 | 101011 |
Color Harmonies of #918949
Complementary color
Monochromatic Colors of #918949
Black with #918949
Text Example
Text Example
White with #918949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918949; }
p { color: rgb(145,137,73); }
H1.HeaderClassName
{
color: #918949;
}
.AnyTagClassName
{
color: #918949;
}
</style>
background-color css
<style>
a { background-color: #918949; }
a { background-color: rgb(145,137,73); }
div.DivClassName
{
background-color: #918949;
}
.BgClassName
{
background-color: #918949;
}
</style>
border-color css
<style>
span { border-color: #918949; }
span { border-color: rgb(145,137,73); }
td.TdClassName
{
border-color: #918949;
}
.TagClassName
{
border-color: #918949;
}
</style>