Shades of Olivetone #6E6C28
Tints of Olivetone #6E6C28
RGB
CMYK
RGB Variations
Color information
#6E6C28 (or 0x6E6C28) is known color: Olivetone. HEX triplet: 6E, 6C and 28. RGB value is (110,108,40). Sum of RGB (Red+Green+Blue) = 110+108+40=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C28 is #9193D7. Grayscale: #656565. Windows color (decimal): -9540568 or 2649198. OLE color: 2649198.
HSL color Cylindrical-coordinate representation of color #6E6C28: hue angle of 58.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E6C28 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 40 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.57 |
| HSL | 58.29º | 0.47% | 0.29% | - |
| HSV(B) | 58.29º | 0.64% | 0.43% | - |
| XYZ | 12.18 | 14.19 | 4.11 | - |
| YUV | 100.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 40 | 0 | 0.02 | 0.64 | 0.57 | 58.29 | 0.47 | 0.29 |
| Hex | 6E | 6C | 28 | 0 | 2 | 40 | 39 | 3A | 2F | 1D |
| Octal | 156 | 154 | 50 | 0 | 2 | 100 | 71 | 72 | 57 | 35 |
| Binary | 1101110 | 1101100 | 101000 | 0 | 10 | 1000000 | 111001 | 111010 | 101111 | 11101 |
Color Harmonies of #6E6C28
Complementary color
Monochromatic Colors of #6E6C28
Black with #6E6C28
Text Example
Text Example
White with #6E6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C28; }
p { color: rgb(110,108,40); }
H1.HeaderClassName
{
color: #6E6C28;
}
.AnyTagClassName
{
color: #6E6C28;
}
</style>
background-color css
<style>
a { background-color: #6E6C28; }
a { background-color: rgb(110,108,40); }
div.DivClassName
{
background-color: #6E6C28;
}
.BgClassName
{
background-color: #6E6C28;
}
</style>
border-color css
<style>
span { border-color: #6E6C28; }
span { border-color: rgb(110,108,40); }
td.TdClassName
{
border-color: #6E6C28;
}
.TagClassName
{
border-color: #6E6C28;
}
</style>