Shades of Olivetone #6E6716
Tints of Olivetone #6E6716
RGB
CMYK
RGB Variations
Color information
#6E6716 (or 0x6E6716) is known color: Olivetone. HEX triplet: 6E, 67 and 16. RGB value is (110,103,22). Sum of RGB (Red+Green+Blue) = 110+103+22=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6716 is #9198E9. Grayscale: #606060. Windows color (decimal): -9541866 or 1468270. OLE color: 1468270.
HSL color Cylindrical-coordinate representation of color #6E6716: hue angle of 55.23º degrees, saturation: 0.67, 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 #6E6716 is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 22 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.57 |
| HSL | 55.23º | 0.67% | 0.26% | - |
| HSV(B) | 55.23º | 0.8% | 0.43% | - |
| XYZ | 11.43 | 13.07 | 2.68 | - |
| YUV | 95.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 22 | 0 | 0.06 | 0.8 | 0.57 | 55.23 | 0.67 | 0.26 |
| Hex | 6E | 67 | 16 | 0 | 6 | 50 | 39 | 37 | 43 | 1A |
| Octal | 156 | 147 | 26 | 0 | 6 | 120 | 71 | 67 | 103 | 32 |
| Binary | 1101110 | 1100111 | 10110 | 0 | 110 | 1010000 | 111001 | 110111 | 1000011 | 11010 |
Color Harmonies of #6E6716
Complementary color
Monochromatic Colors of #6E6716
Black with #6E6716
Text Example
Text Example
White with #6E6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6716; }
p { color: rgb(110,103,22); }
H1.HeaderClassName
{
color: #6E6716;
}
.AnyTagClassName
{
color: #6E6716;
}
</style>
background-color css
<style>
a { background-color: #6E6716; }
a { background-color: rgb(110,103,22); }
div.DivClassName
{
background-color: #6E6716;
}
.BgClassName
{
background-color: #6E6716;
}
</style>
border-color css
<style>
span { border-color: #6E6716; }
span { border-color: rgb(110,103,22); }
td.TdClassName
{
border-color: #6E6716;
}
.TagClassName
{
border-color: #6E6716;
}
</style>