Shades of Olivetone #6D6C13
Tints of Olivetone #6D6C13
RGB
CMYK
RGB Variations
Color information
#6D6C13 (or 0x6D6C13) is known color: Olivetone. HEX triplet: 6D, 6C and 13. RGB value is (109,108,19). Sum of RGB (Red+Green+Blue) = 109+108+19=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C13 is #9293EC. Grayscale: #626262. Windows color (decimal): -9606125 or 1272941. OLE color: 1272941.
HSL color Cylindrical-coordinate representation of color #6D6C13: hue angle of 59.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D6C13 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 19 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.57 |
| HSL | 59.33º | 0.7% | 0.25% | - |
| HSV(B) | 59.33º | 0.83% | 0.43% | - |
| XYZ | 11.79 | 14.02 | 2.7 | - |
| YUV | 98.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 19 | 0 | 0.01 | 0.83 | 0.57 | 59.33 | 0.7 | 0.25 |
| Hex | 6D | 6C | 13 | 0 | 1 | 53 | 39 | 3B | 46 | 19 |
| Octal | 155 | 154 | 23 | 0 | 1 | 123 | 71 | 73 | 106 | 31 |
| Binary | 1101101 | 1101100 | 10011 | 0 | 1 | 1010011 | 111001 | 111011 | 1000110 | 11001 |
Color Harmonies of #6D6C13
Complementary color
Monochromatic Colors of #6D6C13
Black with #6D6C13
Text Example
Text Example
White with #6D6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C13; }
p { color: rgb(109,108,19); }
H1.HeaderClassName
{
color: #6D6C13;
}
.AnyTagClassName
{
color: #6D6C13;
}
</style>
background-color css
<style>
a { background-color: #6D6C13; }
a { background-color: rgb(109,108,19); }
div.DivClassName
{
background-color: #6D6C13;
}
.BgClassName
{
background-color: #6D6C13;
}
</style>
border-color css
<style>
span { border-color: #6D6C13; }
span { border-color: rgb(109,108,19); }
td.TdClassName
{
border-color: #6D6C13;
}
.TagClassName
{
border-color: #6D6C13;
}
</style>