Shades of Olivetone #6E6413
Tints of Olivetone #6E6413
RGB
CMYK
RGB Variations
Color information
#6E6413 (or 0x6E6413) is known color: Olivetone. HEX triplet: 6E, 64 and 13. RGB value is (110,100,19). Sum of RGB (Red+Green+Blue) = 110+100+19=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6413 is #919BEC. Grayscale: #5E5E5E. Windows color (decimal): -9542637 or 1270894. OLE color: 1270894.
HSL color Cylindrical-coordinate representation of color #6E6413: hue angle of 53.41º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E6413 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 19 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.57 |
| HSL | 53.41º | 0.71% | 0.25% | - |
| HSV(B) | 53.41º | 0.83% | 0.43% | - |
| XYZ | 11.11 | 12.48 | 2.44 | - |
| YUV | 93.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 19 | 0 | 0.09 | 0.83 | 0.57 | 53.41 | 0.71 | 0.25 |
| Hex | 6E | 64 | 13 | 0 | 9 | 53 | 39 | 35 | 47 | 19 |
| Octal | 156 | 144 | 23 | 0 | 11 | 123 | 71 | 65 | 107 | 31 |
| Binary | 1101110 | 1100100 | 10011 | 0 | 1001 | 1010011 | 111001 | 110101 | 1000111 | 11001 |
Color Harmonies of #6E6413
Complementary color
Monochromatic Colors of #6E6413
Black with #6E6413
Text Example
Text Example
White with #6E6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6413; }
p { color: rgb(110,100,19); }
H1.HeaderClassName
{
color: #6E6413;
}
.AnyTagClassName
{
color: #6E6413;
}
</style>
background-color css
<style>
a { background-color: #6E6413; }
a { background-color: rgb(110,100,19); }
div.DivClassName
{
background-color: #6E6413;
}
.BgClassName
{
background-color: #6E6413;
}
</style>
border-color css
<style>
span { border-color: #6E6413; }
span { border-color: rgb(110,100,19); }
td.TdClassName
{
border-color: #6E6413;
}
.TagClassName
{
border-color: #6E6413;
}
</style>