Shades of Lemon Ginger #8F861F
Tints of Lemon Ginger #8F861F
RGB
CMYK
RGB Variations
Color information
#8F861F (or 0x8F861F) is known color: Lemon Ginger. HEX triplet: 8F, 86 and 1F. RGB value is (143,134,31). Sum of RGB (Red+Green+Blue) = 143+134+31=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F861F is #7079E0. Grayscale: #7D7D7D. Windows color (decimal): -7371233 or 2066063. OLE color: 2066063.
HSL color Cylindrical-coordinate representation of color #8F861F: hue angle of 55.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F861F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 31 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.44 |
| HSL | 55.18º | 0.64% | 0.34% | - |
| HSV(B) | 55.18º | 0.78% | 0.56% | - |
| XYZ | 20.1 | 22.99 | 4.67 | - |
| YUV | 124.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 31 | 0 | 0.06 | 0.78 | 0.44 | 55.18 | 0.64 | 0.34 |
| Hex | 8F | 86 | 1F | 0 | 6 | 4E | 2C | 37 | 40 | 22 |
| Octal | 217 | 206 | 37 | 0 | 6 | 116 | 54 | 67 | 100 | 42 |
| Binary | 10001111 | 10000110 | 11111 | 0 | 110 | 1001110 | 101100 | 110111 | 1000000 | 100010 |
Color Harmonies of #8F861F
Complementary color
Monochromatic Colors of #8F861F
Black with #8F861F
Text Example
Text Example
White with #8F861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F861F; }
p { color: rgb(143,134,31); }
H1.HeaderClassName
{
color: #8F861F;
}
.AnyTagClassName
{
color: #8F861F;
}
</style>
background-color css
<style>
a { background-color: #8F861F; }
a { background-color: rgb(143,134,31); }
div.DivClassName
{
background-color: #8F861F;
}
.BgClassName
{
background-color: #8F861F;
}
</style>
border-color css
<style>
span { border-color: #8F861F; }
span { border-color: rgb(143,134,31); }
td.TdClassName
{
border-color: #8F861F;
}
.TagClassName
{
border-color: #8F861F;
}
</style>