Shades of Olivetone #6E6A2B
Tints of Olivetone #6E6A2B
RGB
CMYK
RGB Variations
Color information
#6E6A2B (or 0x6E6A2B) is known color: Olivetone. HEX triplet: 6E, 6A and 2B. RGB value is (110,106,43). Sum of RGB (Red+Green+Blue) = 110+106+43=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6A2B is #9195D4. Grayscale: #646464. Windows color (decimal): -9541077 or 2845294. OLE color: 2845294.
HSL color Cylindrical-coordinate representation of color #6E6A2B: hue angle of 56.42º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E6A2B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 43 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.57 |
| HSL | 56.42º | 0.44% | 0.3% | - |
| HSV(B) | 56.42º | 0.61% | 0.43% | - |
| XYZ | 12.02 | 13.8 | 4.32 | - |
| YUV | 100.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 43 | 0 | 0.04 | 0.61 | 0.57 | 56.42 | 0.44 | 0.3 |
| Hex | 6E | 6A | 2B | 0 | 4 | 3D | 39 | 38 | 2C | 1E |
| Octal | 156 | 152 | 53 | 0 | 4 | 75 | 71 | 70 | 54 | 36 |
| Binary | 1101110 | 1101010 | 101011 | 0 | 100 | 111101 | 111001 | 111000 | 101100 | 11110 |
Color Harmonies of #6E6A2B
Complementary color
Monochromatic Colors of #6E6A2B
Black with #6E6A2B
Text Example
Text Example
White with #6E6A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A2B; }
p { color: rgb(110,106,43); }
H1.HeaderClassName
{
color: #6E6A2B;
}
.AnyTagClassName
{
color: #6E6A2B;
}
</style>
background-color css
<style>
a { background-color: #6E6A2B; }
a { background-color: rgb(110,106,43); }
div.DivClassName
{
background-color: #6E6A2B;
}
.BgClassName
{
background-color: #6E6A2B;
}
</style>
border-color css
<style>
span { border-color: #6E6A2B; }
span { border-color: rgb(110,106,43); }
td.TdClassName
{
border-color: #6E6A2B;
}
.TagClassName
{
border-color: #6E6A2B;
}
</style>