Shades of Olivetone #6E6921
Tints of Olivetone #6E6921
RGB
CMYK
RGB Variations
Color information
#6E6921 (or 0x6E6921) is known color: Olivetone. HEX triplet: 6E, 69 and 21. RGB value is (110,105,33). Sum of RGB (Red+Green+Blue) = 110+105+33=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6921 is #9196DE. Grayscale: #626262. Windows color (decimal): -9541343 or 2189678. OLE color: 2189678.
HSL color Cylindrical-coordinate representation of color #6E6921: hue angle of 56.1º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E6921 is Cyan = 0, Magento = 0.05, Yellow = 0.7 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 33 | - |
| CMYK | 0 | 0.05 | 0.7 | 0.57 |
| HSL | 56.1º | 0.54% | 0.28% | - |
| HSV(B) | 56.1º | 0.7% | 0.43% | - |
| XYZ | 11.76 | 13.53 | 3.43 | - |
| YUV | 98.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 33 | 0 | 0.05 | 0.7 | 0.57 | 56.1 | 0.54 | 0.28 |
| Hex | 6E | 69 | 21 | 0 | 5 | 46 | 39 | 38 | 36 | 1C |
| Octal | 156 | 151 | 41 | 0 | 5 | 106 | 71 | 70 | 66 | 34 |
| Binary | 1101110 | 1101001 | 100001 | 0 | 101 | 1000110 | 111001 | 111000 | 110110 | 11100 |
Color Harmonies of #6E6921
Complementary color
Monochromatic Colors of #6E6921
Black with #6E6921
Text Example
Text Example
White with #6E6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6921; }
p { color: rgb(110,105,33); }
H1.HeaderClassName
{
color: #6E6921;
}
.AnyTagClassName
{
color: #6E6921;
}
</style>
background-color css
<style>
a { background-color: #6E6921; }
a { background-color: rgb(110,105,33); }
div.DivClassName
{
background-color: #6E6921;
}
.BgClassName
{
background-color: #6E6921;
}
</style>
border-color css
<style>
span { border-color: #6E6921; }
span { border-color: rgb(110,105,33); }
td.TdClassName
{
border-color: #6E6921;
}
.TagClassName
{
border-color: #6E6921;
}
</style>