Shades of Olivetone #6D6520
Tints of Olivetone #6D6520
RGB
CMYK
RGB Variations
Color information
#6D6520 (or 0x6D6520) is known color: Olivetone. HEX triplet: 6D, 65 and 20. RGB value is (109,101,32). Sum of RGB (Red+Green+Blue) = 109+101+32=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6520 is #929ADF. Grayscale: #5F5F5F. Windows color (decimal): -9607904 or 2123117. OLE color: 2123117.
HSL color Cylindrical-coordinate representation of color #6D6520: hue angle of 53.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D6520 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 32 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.57 |
| HSL | 53.77º | 0.55% | 0.28% | - |
| HSV(B) | 53.77º | 0.71% | 0.43% | - |
| XYZ | 11.22 | 12.66 | 3.22 | - |
| YUV | 95.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 32 | 0 | 0.07 | 0.71 | 0.57 | 53.77 | 0.55 | 0.28 |
| Hex | 6D | 65 | 20 | 0 | 7 | 47 | 39 | 36 | 37 | 1C |
| Octal | 155 | 145 | 40 | 0 | 7 | 107 | 71 | 66 | 67 | 34 |
| Binary | 1101101 | 1100101 | 100000 | 0 | 111 | 1000111 | 111001 | 110110 | 110111 | 11100 |
Color Harmonies of #6D6520
Complementary color
Monochromatic Colors of #6D6520
Black with #6D6520
Text Example
Text Example
White with #6D6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6520; }
p { color: rgb(109,101,32); }
H1.HeaderClassName
{
color: #6D6520;
}
.AnyTagClassName
{
color: #6D6520;
}
</style>
background-color css
<style>
a { background-color: #6D6520; }
a { background-color: rgb(109,101,32); }
div.DivClassName
{
background-color: #6D6520;
}
.BgClassName
{
background-color: #6D6520;
}
</style>
border-color css
<style>
span { border-color: #6D6520; }
span { border-color: rgb(109,101,32); }
td.TdClassName
{
border-color: #6D6520;
}
.TagClassName
{
border-color: #6D6520;
}
</style>