Shades of Highball #918F4A
Tints of Highball #918F4A
RGB
CMYK
RGB Variations
Color information
#918F4A (or 0x918F4A) is known color: Highball. HEX triplet: 91, 8F and 4A. RGB value is (145,143,74). Sum of RGB (Red+Green+Blue) = 145+143+74=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F4A is #6E70B5. Grayscale: #888888. Windows color (decimal): -7237814 or 4886417. OLE color: 4886417.
HSL color Cylindrical-coordinate representation of color #918F4A: hue angle of 58.31º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #918F4A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 74 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.43 |
| HSL | 58.31º | 0.32% | 0.43% | - |
| HSV(B) | 58.31º | 0.49% | 0.57% | - |
| XYZ | 22.74 | 26.16 | 10.33 | - |
| YUV | 135.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 74 | 0 | 0.01 | 0.49 | 0.43 | 58.31 | 0.32 | 0.43 |
| Hex | 91 | 8F | 4A | 0 | 1 | 31 | 2B | 3A | 20 | 2B |
| Octal | 221 | 217 | 112 | 0 | 1 | 61 | 53 | 72 | 40 | 53 |
| Binary | 10010001 | 10001111 | 1001010 | 0 | 1 | 110001 | 101011 | 111010 | 100000 | 101011 |
Color Harmonies of #918F4A
Complementary color
Monochromatic Colors of #918F4A
Black with #918F4A
Text Example
Text Example
White with #918F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F4A; }
p { color: rgb(145,143,74); }
H1.HeaderClassName
{
color: #918F4A;
}
.AnyTagClassName
{
color: #918F4A;
}
</style>
background-color css
<style>
a { background-color: #918F4A; }
a { background-color: rgb(145,143,74); }
div.DivClassName
{
background-color: #918F4A;
}
.BgClassName
{
background-color: #918F4A;
}
</style>
border-color css
<style>
span { border-color: #918F4A; }
span { border-color: rgb(145,143,74); }
td.TdClassName
{
border-color: #918F4A;
}
.TagClassName
{
border-color: #918F4A;
}
</style>