Shades of Olivetone #6D6A11
Tints of Olivetone #6D6A11
RGB
CMYK
RGB Variations
Color information
#6D6A11 (or 0x6D6A11) is known color: Olivetone. HEX triplet: 6D, 6A and 11. RGB value is (109,106,17). Sum of RGB (Red+Green+Blue) = 109+106+17=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A11 is #9295EE. Grayscale: #616161. Windows color (decimal): -9606639 or 1141357. OLE color: 1141357.
HSL color Cylindrical-coordinate representation of color #6D6A11: hue angle of 58.04º 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 #6D6A11 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 17 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.57 |
| HSL | 58.04º | 0.73% | 0.25% | - |
| HSV(B) | 58.04º | 0.84% | 0.43% | - |
| XYZ | 11.56 | 13.6 | 2.55 | - |
| YUV | 96.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 17 | 0 | 0.03 | 0.84 | 0.57 | 58.04 | 0.73 | 0.25 |
| Hex | 6D | 6A | 11 | 0 | 3 | 54 | 39 | 3A | 49 | 19 |
| Octal | 155 | 152 | 21 | 0 | 3 | 124 | 71 | 72 | 111 | 31 |
| Binary | 1101101 | 1101010 | 10001 | 0 | 11 | 1010100 | 111001 | 111010 | 1001001 | 11001 |
Color Harmonies of #6D6A11
Complementary color
Monochromatic Colors of #6D6A11
Black with #6D6A11
Text Example
Text Example
White with #6D6A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A11; }
p { color: rgb(109,106,17); }
H1.HeaderClassName
{
color: #6D6A11;
}
.AnyTagClassName
{
color: #6D6A11;
}
</style>
background-color css
<style>
a { background-color: #6D6A11; }
a { background-color: rgb(109,106,17); }
div.DivClassName
{
background-color: #6D6A11;
}
.BgClassName
{
background-color: #6D6A11;
}
</style>
border-color css
<style>
span { border-color: #6D6A11; }
span { border-color: rgb(109,106,17); }
td.TdClassName
{
border-color: #6D6A11;
}
.TagClassName
{
border-color: #6D6A11;
}
</style>