Shades of Olivetone #6E680E
Tints of Olivetone #6E680E
RGB
CMYK
RGB Variations
Color information
#6E680E (or 0x6E680E) is known color: Olivetone. HEX triplet: 6E, 68 and 0E. RGB value is (110,104,14). Sum of RGB (Red+Green+Blue) = 110+104+14=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E680E is #9197F1. Grayscale: #5F5F5F. Windows color (decimal): -9541618 or 944238. OLE color: 944238.
HSL color Cylindrical-coordinate representation of color #6E680E: hue angle of 56.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E680E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 14 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.57 |
| HSL | 56.25º | 0.77% | 0.24% | - |
| HSV(B) | 56.25º | 0.87% | 0.43% | - |
| XYZ | 11.46 | 13.25 | 2.37 | - |
| YUV | 95.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 14 | 0 | 0.05 | 0.87 | 0.57 | 56.25 | 0.77 | 0.24 |
| Hex | 6E | 68 | E | 0 | 5 | 57 | 39 | 38 | 4D | 18 |
| Octal | 156 | 150 | 16 | 0 | 5 | 127 | 71 | 70 | 115 | 30 |
| Binary | 1101110 | 1101000 | 1110 | 0 | 101 | 1010111 | 111001 | 111000 | 1001101 | 11000 |
Color Harmonies of #6E680E
Complementary color
Monochromatic Colors of #6E680E
Black with #6E680E
Text Example
Text Example
White with #6E680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E680E; }
p { color: rgb(110,104,14); }
H1.HeaderClassName
{
color: #6E680E;
}
.AnyTagClassName
{
color: #6E680E;
}
</style>
background-color css
<style>
a { background-color: #6E680E; }
a { background-color: rgb(110,104,14); }
div.DivClassName
{
background-color: #6E680E;
}
.BgClassName
{
background-color: #6E680E;
}
</style>
border-color css
<style>
span { border-color: #6E680E; }
span { border-color: rgb(110,104,14); }
td.TdClassName
{
border-color: #6E680E;
}
.TagClassName
{
border-color: #6E680E;
}
</style>