Shades of Olivetone #6D6A16
Tints of Olivetone #6D6A16
RGB
CMYK
RGB Variations
Color information
#6D6A16 (or 0x6D6A16) is known color: Olivetone. HEX triplet: 6D, 6A and 16. RGB value is (109,106,22). Sum of RGB (Red+Green+Blue) = 109+106+22=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A16 is #9295E9. Grayscale: #616161. Windows color (decimal): -9606634 or 1469037. OLE color: 1469037.
HSL color Cylindrical-coordinate representation of color #6D6A16: hue angle of 57.93º 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 #6D6A16 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 22 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.57 |
| HSL | 57.93º | 0.66% | 0.26% | - |
| HSV(B) | 57.93º | 0.8% | 0.43% | - |
| XYZ | 11.61 | 13.62 | 2.78 | - |
| YUV | 97.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 22 | 0 | 0.03 | 0.80 | 0.57 | 57.93 | 0.66 | 0.26 |
| Hex | 6D | 6A | 16 | 0 | 3 | 50 | 39 | 3A | 42 | 1A |
| Octal | 155 | 152 | 26 | 0 | 3 | 120 | 71 | 72 | 102 | 32 |
| Binary | 1101101 | 1101010 | 10110 | 0 | 11 | 1010000 | 111001 | 111010 | 1000010 | 11010 |
Color Harmonies of #6D6A16
Complementary color
Monochromatic Colors of #6D6A16
Black with #6D6A16
Text Example
Text Example
White with #6D6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A16; }
p { color: rgb(109,106,22); }
H1.HeaderClassName
{
color: #6D6A16;
}
.AnyTagClassName
{
color: #6D6A16;
}
</style>
background-color css
<style>
a { background-color: #6D6A16; }
a { background-color: rgb(109,106,22); }
div.DivClassName
{
background-color: #6D6A16;
}
.BgClassName
{
background-color: #6D6A16;
}
</style>
border-color css
<style>
span { border-color: #6D6A16; }
span { border-color: rgb(109,106,22); }
td.TdClassName
{
border-color: #6D6A16;
}
.TagClassName
{
border-color: #6D6A16;
}
</style>