Shades of Olivetone #6D6D15
Tints of Olivetone #6D6D15
RGB
CMYK
RGB Variations
Color information
#6D6D15 (or 0x6D6D15) is known color: Olivetone. HEX triplet: 6D, 6D and 15. RGB value is (109,109,21). Sum of RGB (Red+Green+Blue) = 109+109+21=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6D15 is #9292EA. Grayscale: #636363. Windows color (decimal): -9605867 or 1404269. OLE color: 1404269.
HSL color Cylindrical-coordinate representation of color #6D6D15: hue angle of 60º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D6D15 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 21 | - |
| CMYK | 0 | 0 | 0.81 | 0.57 |
| HSL | 60º | 0.68% | 0.25% | - |
| HSV(B) | 60º | 0.81% | 0.43% | - |
| XYZ | 11.91 | 14.24 | 2.83 | - |
| YUV | 98.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 21 | 0 | 0 | 0.81 | 0.57 | 60 | 0.68 | 0.25 |
| Hex | 6D | 6D | 15 | 0 | 0 | 51 | 39 | 3C | 44 | 19 |
| Octal | 155 | 155 | 25 | 0 | 0 | 121 | 71 | 74 | 104 | 31 |
| Binary | 1101101 | 1101101 | 10101 | 0 | 0 | 1010001 | 111001 | 111100 | 1000100 | 11001 |
Color Harmonies of #6D6D15
Complementary color
Monochromatic Colors of #6D6D15
Black with #6D6D15
Text Example
Text Example
White with #6D6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D15; }
p { color: rgb(109,109,21); }
H1.HeaderClassName
{
color: #6D6D15;
}
.AnyTagClassName
{
color: #6D6D15;
}
</style>
background-color css
<style>
a { background-color: #6D6D15; }
a { background-color: rgb(109,109,21); }
div.DivClassName
{
background-color: #6D6D15;
}
.BgClassName
{
background-color: #6D6D15;
}
</style>
border-color css
<style>
span { border-color: #6D6D15; }
span { border-color: rgb(109,109,21); }
td.TdClassName
{
border-color: #6D6D15;
}
.TagClassName
{
border-color: #6D6D15;
}
</style>