Shades of Highball #918939
Tints of Highball #918939
RGB
CMYK
RGB Variations
Color information
#918939 (or 0x918939) is known color: Highball. HEX triplet: 91, 89 and 39. RGB value is (145,137,57). Sum of RGB (Red+Green+Blue) = 145+137+57=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #918939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918939 is #6E76C6. Grayscale: #828282. Windows color (decimal): -7239367 or 3770769. OLE color: 3770769.
HSL color Cylindrical-coordinate representation of color #918939: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #918939 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 57 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.43 |
| HSL | 54.55º | 0.44% | 0.4% | - |
| HSV(B) | 54.55º | 0.61% | 0.57% | - |
| XYZ | 21.36 | 24.21 | 7.42 | - |
| YUV | 130.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 57 | 0 | 0.06 | 0.61 | 0.43 | 54.55 | 0.44 | 0.4 |
| Hex | 91 | 89 | 39 | 0 | 6 | 3D | 2B | 37 | 2C | 28 |
| Octal | 221 | 211 | 71 | 0 | 6 | 75 | 53 | 67 | 54 | 50 |
| Binary | 10010001 | 10001001 | 111001 | 0 | 110 | 111101 | 101011 | 110111 | 101100 | 101000 |
Color Harmonies of #918939
Complementary color
Monochromatic Colors of #918939
Black with #918939
Text Example
Text Example
White with #918939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918939; }
p { color: rgb(145,137,57); }
H1.HeaderClassName
{
color: #918939;
}
.AnyTagClassName
{
color: #918939;
}
</style>
background-color css
<style>
a { background-color: #918939; }
a { background-color: rgb(145,137,57); }
div.DivClassName
{
background-color: #918939;
}
.BgClassName
{
background-color: #918939;
}
</style>
border-color css
<style>
span { border-color: #918939; }
span { border-color: rgb(145,137,57); }
td.TdClassName
{
border-color: #918939;
}
.TagClassName
{
border-color: #918939;
}
</style>