Shades of Highball #918B4D
Tints of Highball #918B4D
RGB
CMYK
RGB Variations
Color information
#918B4D (or 0x918B4D) is known color: Highball. HEX triplet: 91, 8B and 4D. RGB value is (145,139,77). Sum of RGB (Red+Green+Blue) = 145+139+77=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #918B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B4D is #6E74B2. Grayscale: #858585. Windows color (decimal): -7238835 or 5082001. OLE color: 5082001.
HSL color Cylindrical-coordinate representation of color #918B4D: hue angle of 54.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #918B4D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 77 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.43 |
| HSL | 54.71º | 0.31% | 0.44% | - |
| HSV(B) | 54.71º | 0.47% | 0.57% | - |
| XYZ | 22.25 | 25.02 | 10.68 | - |
| YUV | 133.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 77 | 0 | 0.04 | 0.47 | 0.43 | 54.71 | 0.31 | 0.44 |
| Hex | 91 | 8B | 4D | 0 | 4 | 2F | 2B | 37 | 1F | 2C |
| Octal | 221 | 213 | 115 | 0 | 4 | 57 | 53 | 67 | 37 | 54 |
| Binary | 10010001 | 10001011 | 1001101 | 0 | 100 | 101111 | 101011 | 110111 | 11111 | 101100 |
Color Harmonies of #918B4D
Complementary color
Monochromatic Colors of #918B4D
Black with #918B4D
Text Example
Text Example
White with #918B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B4D; }
p { color: rgb(145,139,77); }
H1.HeaderClassName
{
color: #918B4D;
}
.AnyTagClassName
{
color: #918B4D;
}
</style>
background-color css
<style>
a { background-color: #918B4D; }
a { background-color: rgb(145,139,77); }
div.DivClassName
{
background-color: #918B4D;
}
.BgClassName
{
background-color: #918B4D;
}
</style>
border-color css
<style>
span { border-color: #918B4D; }
span { border-color: rgb(145,139,77); }
td.TdClassName
{
border-color: #918B4D;
}
.TagClassName
{
border-color: #918B4D;
}
</style>