Shades of Olivetone #6D6610
Tints of Olivetone #6D6610
RGB
CMYK
RGB Variations
Color information
#6D6610 (or 0x6D6610) is known color: Olivetone. HEX triplet: 6D, 66 and 10. RGB value is (109,102,16). Sum of RGB (Red+Green+Blue) = 109+102+16=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6610 is #9299EF. Grayscale: #5E5E5E. Windows color (decimal): -9607664 or 1074797. OLE color: 1074797.
HSL color Cylindrical-coordinate representation of color #6D6610: hue angle of 55.48º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D6610 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 16 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.57 |
| HSL | 55.48º | 0.74% | 0.25% | - |
| HSV(B) | 55.48º | 0.85% | 0.43% | - |
| XYZ | 11.15 | 12.79 | 2.37 | - |
| YUV | 94.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 16 | 0 | 0.06 | 0.85 | 0.57 | 55.48 | 0.74 | 0.25 |
| Hex | 6D | 66 | 10 | 0 | 6 | 55 | 39 | 37 | 4A | 19 |
| Octal | 155 | 146 | 20 | 0 | 6 | 125 | 71 | 67 | 112 | 31 |
| Binary | 1101101 | 1100110 | 10000 | 0 | 110 | 1010101 | 111001 | 110111 | 1001010 | 11001 |
Color Harmonies of #6D6610
Complementary color
Monochromatic Colors of #6D6610
Black with #6D6610
Text Example
Text Example
White with #6D6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6610; }
p { color: rgb(109,102,16); }
H1.HeaderClassName
{
color: #6D6610;
}
.AnyTagClassName
{
color: #6D6610;
}
</style>
background-color css
<style>
a { background-color: #6D6610; }
a { background-color: rgb(109,102,16); }
div.DivClassName
{
background-color: #6D6610;
}
.BgClassName
{
background-color: #6D6610;
}
</style>
border-color css
<style>
span { border-color: #6D6610; }
span { border-color: rgb(109,102,16); }
td.TdClassName
{
border-color: #6D6610;
}
.TagClassName
{
border-color: #6D6610;
}
</style>