Shades of Olivetone #6D6616
Tints of Olivetone #6D6616
RGB
CMYK
RGB Variations
Color information
#6D6616 (or 0x6D6616) is known color: Olivetone. HEX triplet: 6D, 66 and 16. RGB value is (109,102,22). Sum of RGB (Red+Green+Blue) = 109+102+22=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6616 is #9299E9. Grayscale: #5F5F5F. Windows color (decimal): -9607658 or 1468013. OLE color: 1468013.
HSL color Cylindrical-coordinate representation of color #6D6616: hue angle of 55.17º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D6616 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 22 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.57 |
| HSL | 55.17º | 0.66% | 0.26% | - |
| HSV(B) | 55.17º | 0.8% | 0.43% | - |
| XYZ | 11.2 | 12.81 | 2.64 | - |
| YUV | 94.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 22 | 0 | 0.06 | 0.80 | 0.57 | 55.17 | 0.66 | 0.26 |
| Hex | 6D | 66 | 16 | 0 | 6 | 50 | 39 | 37 | 42 | 1A |
| Octal | 155 | 146 | 26 | 0 | 6 | 120 | 71 | 67 | 102 | 32 |
| Binary | 1101101 | 1100110 | 10110 | 0 | 110 | 1010000 | 111001 | 110111 | 1000010 | 11010 |
Color Harmonies of #6D6616
Complementary color
Monochromatic Colors of #6D6616
Black with #6D6616
Text Example
Text Example
White with #6D6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6616; }
p { color: rgb(109,102,22); }
H1.HeaderClassName
{
color: #6D6616;
}
.AnyTagClassName
{
color: #6D6616;
}
</style>
background-color css
<style>
a { background-color: #6D6616; }
a { background-color: rgb(109,102,22); }
div.DivClassName
{
background-color: #6D6616;
}
.BgClassName
{
background-color: #6D6616;
}
</style>
border-color css
<style>
span { border-color: #6D6616; }
span { border-color: rgb(109,102,22); }
td.TdClassName
{
border-color: #6D6616;
}
.TagClassName
{
border-color: #6D6616;
}
</style>