Shades of Olivetone #6D6914
Tints of Olivetone #6D6914
RGB
CMYK
RGB Variations
Color information
#6D6914 (or 0x6D6914) is known color: Olivetone. HEX triplet: 6D, 69 and 14. RGB value is (109,105,20). Sum of RGB (Red+Green+Blue) = 109+105+20=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6914 is #9296EB. Grayscale: #606060. Windows color (decimal): -9606892 or 1337709. OLE color: 1337709.
HSL color Cylindrical-coordinate representation of color #6D6914: hue angle of 57.3º 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 #6D6914 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 20 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.57 |
| HSL | 57.3º | 0.69% | 0.25% | - |
| HSV(B) | 57.3º | 0.82% | 0.43% | - |
| XYZ | 11.48 | 13.4 | 2.64 | - |
| YUV | 96.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 20 | 0 | 0.04 | 0.82 | 0.57 | 57.3 | 0.69 | 0.25 |
| Hex | 6D | 69 | 14 | 0 | 4 | 52 | 39 | 39 | 45 | 19 |
| Octal | 155 | 151 | 24 | 0 | 4 | 122 | 71 | 71 | 105 | 31 |
| Binary | 1101101 | 1101001 | 10100 | 0 | 100 | 1010010 | 111001 | 111001 | 1000101 | 11001 |
Color Harmonies of #6D6914
Complementary color
Monochromatic Colors of #6D6914
Black with #6D6914
Text Example
Text Example
White with #6D6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6914; }
p { color: rgb(109,105,20); }
H1.HeaderClassName
{
color: #6D6914;
}
.AnyTagClassName
{
color: #6D6914;
}
</style>
background-color css
<style>
a { background-color: #6D6914; }
a { background-color: rgb(109,105,20); }
div.DivClassName
{
background-color: #6D6914;
}
.BgClassName
{
background-color: #6D6914;
}
</style>
border-color css
<style>
span { border-color: #6D6914; }
span { border-color: rgb(109,105,20); }
td.TdClassName
{
border-color: #6D6914;
}
.TagClassName
{
border-color: #6D6914;
}
</style>