Shades of Olivetone #6E6B2F
Tints of Olivetone #6E6B2F
RGB
CMYK
RGB Variations
Color information
#6E6B2F (or 0x6E6B2F) is known color: Olivetone. HEX triplet: 6E, 6B and 2F. RGB value is (110,107,47). Sum of RGB (Red+Green+Blue) = 110+107+47=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B2F is #9194D0. Grayscale: #656565. Windows color (decimal): -9540817 or 3107694. OLE color: 3107694.
HSL color Cylindrical-coordinate representation of color #6E6B2F: hue angle of 57.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E6B2F is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 47 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.57 |
| HSL | 57.14º | 0.4% | 0.31% | - |
| HSV(B) | 57.14º | 0.57% | 0.43% | - |
| XYZ | 12.2 | 14.04 | 4.76 | - |
| YUV | 101.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 47 | 0 | 0.03 | 0.57 | 0.57 | 57.14 | 0.4 | 0.31 |
| Hex | 6E | 6B | 2F | 0 | 3 | 39 | 39 | 39 | 28 | 1F |
| Octal | 156 | 153 | 57 | 0 | 3 | 71 | 71 | 71 | 50 | 37 |
| Binary | 1101110 | 1101011 | 101111 | 0 | 11 | 111001 | 111001 | 111001 | 101000 | 11111 |
Color Harmonies of #6E6B2F
Complementary color
Monochromatic Colors of #6E6B2F
Black with #6E6B2F
Text Example
Text Example
White with #6E6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B2F; }
p { color: rgb(110,107,47); }
H1.HeaderClassName
{
color: #6E6B2F;
}
.AnyTagClassName
{
color: #6E6B2F;
}
</style>
background-color css
<style>
a { background-color: #6E6B2F; }
a { background-color: rgb(110,107,47); }
div.DivClassName
{
background-color: #6E6B2F;
}
.BgClassName
{
background-color: #6E6B2F;
}
</style>
border-color css
<style>
span { border-color: #6E6B2F; }
span { border-color: rgb(110,107,47); }
td.TdClassName
{
border-color: #6E6B2F;
}
.TagClassName
{
border-color: #6E6B2F;
}
</style>