Shades of Olivetone #6E6D14
Tints of Olivetone #6E6D14
RGB
CMYK
RGB Variations
Color information
#6E6D14 (or 0x6E6D14) is known color: Olivetone. HEX triplet: 6E, 6D and 14. RGB value is (110,109,20). Sum of RGB (Red+Green+Blue) = 110+109+20=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6D14 is #9192EB. Grayscale: #636363. Windows color (decimal): -9540332 or 1338734. OLE color: 1338734.
HSL color Cylindrical-coordinate representation of color #6E6D14: hue angle of 59.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E6D14 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 109 | 20 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.57 |
| HSL | 59.33º | 0.69% | 0.25% | - |
| HSV(B) | 59.33º | 0.82% | 0.43% | - |
| XYZ | 12.03 | 14.3 | 2.79 | - |
| YUV | 99.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 20 | 0 | 0.01 | 0.82 | 0.57 | 59.33 | 0.69 | 0.25 |
| Hex | 6E | 6D | 14 | 0 | 1 | 52 | 39 | 3B | 45 | 19 |
| Octal | 156 | 155 | 24 | 0 | 1 | 122 | 71 | 73 | 105 | 31 |
| Binary | 1101110 | 1101101 | 10100 | 0 | 1 | 1010010 | 111001 | 111011 | 1000101 | 11001 |
Color Harmonies of #6E6D14
Complementary color
Monochromatic Colors of #6E6D14
Black with #6E6D14
Text Example
Text Example
White with #6E6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6D14; }
p { color: rgb(110,109,20); }
H1.HeaderClassName
{
color: #6E6D14;
}
.AnyTagClassName
{
color: #6E6D14;
}
</style>
background-color css
<style>
a { background-color: #6E6D14; }
a { background-color: rgb(110,109,20); }
div.DivClassName
{
background-color: #6E6D14;
}
.BgClassName
{
background-color: #6E6D14;
}
</style>
border-color css
<style>
span { border-color: #6E6D14; }
span { border-color: rgb(110,109,20); }
td.TdClassName
{
border-color: #6E6D14;
}
.TagClassName
{
border-color: #6E6D14;
}
</style>