Shades of Olivetone #6E6C14
Tints of Olivetone #6E6C14
RGB
CMYK
RGB Variations
Color information
#6E6C14 (or 0x6E6C14) is known color: Olivetone. HEX triplet: 6E, 6C and 14. RGB value is (110,108,20). Sum of RGB (Red+Green+Blue) = 110+108+20=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6C14 is #9193EB. Grayscale: #626262. Windows color (decimal): -9540588 or 1338478. OLE color: 1338478.
HSL color Cylindrical-coordinate representation of color #6E6C14: hue angle of 58.67º 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 #6E6C14 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 20 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.57 |
| HSL | 58.67º | 0.69% | 0.25% | - |
| HSV(B) | 58.67º | 0.82% | 0.43% | - |
| XYZ | 11.92 | 14.09 | 2.75 | - |
| YUV | 98.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 20 | 0 | 0.02 | 0.82 | 0.57 | 58.67 | 0.69 | 0.25 |
| Hex | 6E | 6C | 14 | 0 | 2 | 52 | 39 | 3B | 45 | 19 |
| Octal | 156 | 154 | 24 | 0 | 2 | 122 | 71 | 73 | 105 | 31 |
| Binary | 1101110 | 1101100 | 10100 | 0 | 10 | 1010010 | 111001 | 111011 | 1000101 | 11001 |
Color Harmonies of #6E6C14
Complementary color
Monochromatic Colors of #6E6C14
Black with #6E6C14
Text Example
Text Example
White with #6E6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C14; }
p { color: rgb(110,108,20); }
H1.HeaderClassName
{
color: #6E6C14;
}
.AnyTagClassName
{
color: #6E6C14;
}
</style>
background-color css
<style>
a { background-color: #6E6C14; }
a { background-color: rgb(110,108,20); }
div.DivClassName
{
background-color: #6E6C14;
}
.BgClassName
{
background-color: #6E6C14;
}
</style>
border-color css
<style>
span { border-color: #6E6C14; }
span { border-color: rgb(110,108,20); }
td.TdClassName
{
border-color: #6E6C14;
}
.TagClassName
{
border-color: #6E6C14;
}
</style>