Shades of Olivetone #6D6C14
Tints of Olivetone #6D6C14
RGB
CMYK
RGB Variations
Color information
#6D6C14 (or 0x6D6C14) is known color: Olivetone. HEX triplet: 6D, 6C and 14. RGB value is (109,108,20). Sum of RGB (Red+Green+Blue) = 109+108+20=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C14 is #9293EB. Grayscale: #626262. Windows color (decimal): -9606124 or 1338477. OLE color: 1338477.
HSL color Cylindrical-coordinate representation of color #6D6C14: hue angle of 59.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D6C14 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 20 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.57 |
| HSL | 59.33º | 0.69% | 0.25% | - |
| HSV(B) | 59.33º | 0.82% | 0.43% | - |
| XYZ | 11.8 | 14.03 | 2.75 | - |
| YUV | 98.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 20 | 0 | 0.01 | 0.82 | 0.57 | 59.33 | 0.69 | 0.25 |
| Hex | 6D | 6C | 14 | 0 | 1 | 52 | 39 | 3B | 45 | 19 |
| Octal | 155 | 154 | 24 | 0 | 1 | 122 | 71 | 73 | 105 | 31 |
| Binary | 1101101 | 1101100 | 10100 | 0 | 1 | 1010010 | 111001 | 111011 | 1000101 | 11001 |
Color Harmonies of #6D6C14
Complementary color
Monochromatic Colors of #6D6C14
Black with #6D6C14
Text Example
Text Example
White with #6D6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C14; }
p { color: rgb(109,108,20); }
H1.HeaderClassName
{
color: #6D6C14;
}
.AnyTagClassName
{
color: #6D6C14;
}
</style>
background-color css
<style>
a { background-color: #6D6C14; }
a { background-color: rgb(109,108,20); }
div.DivClassName
{
background-color: #6D6C14;
}
.BgClassName
{
background-color: #6D6C14;
}
</style>
border-color css
<style>
span { border-color: #6D6C14; }
span { border-color: rgb(109,108,20); }
td.TdClassName
{
border-color: #6D6C14;
}
.TagClassName
{
border-color: #6D6C14;
}
</style>