Shades of Olivetone #6E6829
Tints of Olivetone #6E6829
RGB
CMYK
RGB Variations
Color information
#6E6829 (or 0x6E6829) is known color: Olivetone. HEX triplet: 6E, 68 and 29. RGB value is (110,104,41). Sum of RGB (Red+Green+Blue) = 110+104+41=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6829 is #9197D6. Grayscale: #626262. Windows color (decimal): -9541591 or 2713710. OLE color: 2713710.
HSL color Cylindrical-coordinate representation of color #6E6829: hue angle of 54.78º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E6829 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 41 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.57 |
| HSL | 54.78º | 0.46% | 0.3% | - |
| HSV(B) | 54.78º | 0.63% | 0.43% | - |
| XYZ | 11.78 | 13.38 | 4.06 | - |
| YUV | 98.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 41 | 0 | 0.05 | 0.63 | 0.57 | 54.78 | 0.46 | 0.3 |
| Hex | 6E | 68 | 29 | 0 | 5 | 3F | 39 | 37 | 2E | 1E |
| Octal | 156 | 150 | 51 | 0 | 5 | 77 | 71 | 67 | 56 | 36 |
| Binary | 1101110 | 1101000 | 101001 | 0 | 101 | 111111 | 111001 | 110111 | 101110 | 11110 |
Color Harmonies of #6E6829
Complementary color
Monochromatic Colors of #6E6829
Black with #6E6829
Text Example
Text Example
White with #6E6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6829; }
p { color: rgb(110,104,41); }
H1.HeaderClassName
{
color: #6E6829;
}
.AnyTagClassName
{
color: #6E6829;
}
</style>
background-color css
<style>
a { background-color: #6E6829; }
a { background-color: rgb(110,104,41); }
div.DivClassName
{
background-color: #6E6829;
}
.BgClassName
{
background-color: #6E6829;
}
</style>
border-color css
<style>
span { border-color: #6E6829; }
span { border-color: rgb(110,104,41); }
td.TdClassName
{
border-color: #6E6829;
}
.TagClassName
{
border-color: #6E6829;
}
</style>