Shades of Olivetone #6E640E
Tints of Olivetone #6E640E
RGB
CMYK
RGB Variations
Color information
#6E640E (or 0x6E640E) is known color: Olivetone. HEX triplet: 6E, 64 and 0E. RGB value is (110,100,14). Sum of RGB (Red+Green+Blue) = 110+100+14=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E640E is #919BF1. Grayscale: #5D5D5D. Windows color (decimal): -9542642 or 943214. OLE color: 943214.
HSL color Cylindrical-coordinate representation of color #6E640E: hue angle of 53.75º 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 #6E640E is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 14 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.57 |
| HSL | 53.75º | 0.77% | 0.24% | - |
| HSV(B) | 53.75º | 0.87% | 0.43% | - |
| XYZ | 11.07 | 12.46 | 2.24 | - |
| YUV | 93.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 14 | 0 | 0.09 | 0.87 | 0.57 | 53.75 | 0.77 | 0.24 |
| Hex | 6E | 64 | E | 0 | 9 | 57 | 39 | 36 | 4D | 18 |
| Octal | 156 | 144 | 16 | 0 | 11 | 127 | 71 | 66 | 115 | 30 |
| Binary | 1101110 | 1100100 | 1110 | 0 | 1001 | 1010111 | 111001 | 110110 | 1001101 | 11000 |
Color Harmonies of #6E640E
Complementary color
Monochromatic Colors of #6E640E
Black with #6E640E
Text Example
Text Example
White with #6E640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E640E; }
p { color: rgb(110,100,14); }
H1.HeaderClassName
{
color: #6E640E;
}
.AnyTagClassName
{
color: #6E640E;
}
</style>
background-color css
<style>
a { background-color: #6E640E; }
a { background-color: rgb(110,100,14); }
div.DivClassName
{
background-color: #6E640E;
}
.BgClassName
{
background-color: #6E640E;
}
</style>
border-color css
<style>
span { border-color: #6E640E; }
span { border-color: rgb(110,100,14); }
td.TdClassName
{
border-color: #6E640E;
}
.TagClassName
{
border-color: #6E640E;
}
</style>