Shades of Olivetone #6E660D
Tints of Olivetone #6E660D
RGB
CMYK
RGB Variations
Color information
#6E660D (or 0x6E660D) is known color: Olivetone. HEX triplet: 6E, 66 and 0D. RGB value is (110,102,13). Sum of RGB (Red+Green+Blue) = 110+102+13=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E660D is #9199F2. Grayscale: #5E5E5E. Windows color (decimal): -9542131 or 878190. OLE color: 878190.
HSL color Cylindrical-coordinate representation of color #6E660D: hue angle of 55.05º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E660D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 13 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.57 |
| HSL | 55.05º | 0.79% | 0.24% | - |
| HSV(B) | 55.05º | 0.88% | 0.43% | - |
| XYZ | 11.25 | 12.85 | 2.27 | - |
| YUV | 94.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 13 | 0 | 0.07 | 0.88 | 0.57 | 55.05 | 0.79 | 0.24 |
| Hex | 6E | 66 | D | 0 | 7 | 58 | 39 | 37 | 4F | 18 |
| Octal | 156 | 146 | 15 | 0 | 7 | 130 | 71 | 67 | 117 | 30 |
| Binary | 1101110 | 1100110 | 1101 | 0 | 111 | 1011000 | 111001 | 110111 | 1001111 | 11000 |
Color Harmonies of #6E660D
Complementary color
Monochromatic Colors of #6E660D
Black with #6E660D
Text Example
Text Example
White with #6E660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E660D; }
p { color: rgb(110,102,13); }
H1.HeaderClassName
{
color: #6E660D;
}
.AnyTagClassName
{
color: #6E660D;
}
</style>
background-color css
<style>
a { background-color: #6E660D; }
a { background-color: rgb(110,102,13); }
div.DivClassName
{
background-color: #6E660D;
}
.BgClassName
{
background-color: #6E660D;
}
</style>
border-color css
<style>
span { border-color: #6E660D; }
span { border-color: rgb(110,102,13); }
td.TdClassName
{
border-color: #6E660D;
}
.TagClassName
{
border-color: #6E660D;
}
</style>