Shades of Olivetone #6D6611
Tints of Olivetone #6D6611
RGB
CMYK
RGB Variations
Color information
#6D6611 (or 0x6D6611) is known color: Olivetone. HEX triplet: 6D, 66 and 11. RGB value is (109,102,17). Sum of RGB (Red+Green+Blue) = 109+102+17=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6611 is #9299EE. Grayscale: #5E5E5E. Windows color (decimal): -9607663 or 1140333. OLE color: 1140333.
HSL color Cylindrical-coordinate representation of color #6D6611: hue angle of 55.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D6611 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 17 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.57 |
| HSL | 55.43º | 0.73% | 0.25% | - |
| HSV(B) | 55.43º | 0.84% | 0.43% | - |
| XYZ | 11.16 | 12.79 | 2.41 | - |
| YUV | 94.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 17 | 0 | 0.06 | 0.84 | 0.57 | 55.43 | 0.73 | 0.25 |
| Hex | 6D | 66 | 11 | 0 | 6 | 54 | 39 | 37 | 49 | 19 |
| Octal | 155 | 146 | 21 | 0 | 6 | 124 | 71 | 67 | 111 | 31 |
| Binary | 1101101 | 1100110 | 10001 | 0 | 110 | 1010100 | 111001 | 110111 | 1001001 | 11001 |
Color Harmonies of #6D6611
Complementary color
Monochromatic Colors of #6D6611
Black with #6D6611
Text Example
Text Example
White with #6D6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6611; }
p { color: rgb(109,102,17); }
H1.HeaderClassName
{
color: #6D6611;
}
.AnyTagClassName
{
color: #6D6611;
}
</style>
background-color css
<style>
a { background-color: #6D6611; }
a { background-color: rgb(109,102,17); }
div.DivClassName
{
background-color: #6D6611;
}
.BgClassName
{
background-color: #6D6611;
}
</style>
border-color css
<style>
span { border-color: #6D6611; }
span { border-color: rgb(109,102,17); }
td.TdClassName
{
border-color: #6D6611;
}
.TagClassName
{
border-color: #6D6611;
}
</style>