Shades of Olivetone #6D6621
Tints of Olivetone #6D6621
RGB
CMYK
RGB Variations
Color information
#6D6621 (or 0x6D6621) is known color: Olivetone. HEX triplet: 6D, 66 and 21. RGB value is (109,102,33). Sum of RGB (Red+Green+Blue) = 109+102+33=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6621 is #9299DE. Grayscale: #606060. Windows color (decimal): -9607647 or 2188909. OLE color: 2188909.
HSL color Cylindrical-coordinate representation of color #6D6621: hue angle of 54.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D6621 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 33 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.57 |
| HSL | 54.47º | 0.54% | 0.28% | - |
| HSV(B) | 54.47º | 0.7% | 0.43% | - |
| XYZ | 11.33 | 12.86 | 3.32 | - |
| YUV | 96.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 33 | 0 | 0.06 | 0.70 | 0.57 | 54.47 | 0.54 | 0.28 |
| Hex | 6D | 66 | 21 | 0 | 6 | 46 | 39 | 36 | 36 | 1C |
| Octal | 155 | 146 | 41 | 0 | 6 | 106 | 71 | 66 | 66 | 34 |
| Binary | 1101101 | 1100110 | 100001 | 0 | 110 | 1000110 | 111001 | 110110 | 110110 | 11100 |
Color Harmonies of #6D6621
Complementary color
Monochromatic Colors of #6D6621
Black with #6D6621
Text Example
Text Example
White with #6D6621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6621; }
p { color: rgb(109,102,33); }
H1.HeaderClassName
{
color: #6D6621;
}
.AnyTagClassName
{
color: #6D6621;
}
</style>
background-color css
<style>
a { background-color: #6D6621; }
a { background-color: rgb(109,102,33); }
div.DivClassName
{
background-color: #6D6621;
}
.BgClassName
{
background-color: #6D6621;
}
</style>
border-color css
<style>
span { border-color: #6D6621; }
span { border-color: rgb(109,102,33); }
td.TdClassName
{
border-color: #6D6621;
}
.TagClassName
{
border-color: #6D6621;
}
</style>