Shades of Olivetone #6D6411
Tints of Olivetone #6D6411
RGB
CMYK
RGB Variations
Color information
#6D6411 (or 0x6D6411) is known color: Olivetone. HEX triplet: 6D, 64 and 11. RGB value is (109,100,17). Sum of RGB (Red+Green+Blue) = 109+100+17=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6411 is #929BEE. Grayscale: #5D5D5D. Windows color (decimal): -9608175 or 1139821. OLE color: 1139821.
HSL color Cylindrical-coordinate representation of color #6D6411: hue angle of 54.13º 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 #6D6411 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 17 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.57 |
| HSL | 54.13º | 0.73% | 0.25% | - |
| HSV(B) | 54.13º | 0.84% | 0.43% | - |
| XYZ | 10.97 | 12.41 | 2.35 | - |
| YUV | 93.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 17 | 0 | 0.08 | 0.84 | 0.57 | 54.13 | 0.73 | 0.25 |
| Hex | 6D | 64 | 11 | 0 | 8 | 54 | 39 | 36 | 49 | 19 |
| Octal | 155 | 144 | 21 | 0 | 10 | 124 | 71 | 66 | 111 | 31 |
| Binary | 1101101 | 1100100 | 10001 | 0 | 1000 | 1010100 | 111001 | 110110 | 1001001 | 11001 |
Color Harmonies of #6D6411
Complementary color
Monochromatic Colors of #6D6411
Black with #6D6411
Text Example
Text Example
White with #6D6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6411; }
p { color: rgb(109,100,17); }
H1.HeaderClassName
{
color: #6D6411;
}
.AnyTagClassName
{
color: #6D6411;
}
</style>
background-color css
<style>
a { background-color: #6D6411; }
a { background-color: rgb(109,100,17); }
div.DivClassName
{
background-color: #6D6411;
}
.BgClassName
{
background-color: #6D6411;
}
</style>
border-color css
<style>
span { border-color: #6D6411; }
span { border-color: rgb(109,100,17); }
td.TdClassName
{
border-color: #6D6411;
}
.TagClassName
{
border-color: #6D6411;
}
</style>