Shades of Olivetone #6E6B2A
Tints of Olivetone #6E6B2A
RGB
CMYK
RGB Variations
Color information
#6E6B2A (or 0x6E6B2A) is known color: Olivetone. HEX triplet: 6E, 6B and 2A. RGB value is (110,107,42). Sum of RGB (Red+Green+Blue) = 110+107+42=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B2A is #9194D5. Grayscale: #646464. Windows color (decimal): -9540822 or 2780014. OLE color: 2780014.
HSL color Cylindrical-coordinate representation of color #6E6B2A: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E6B2A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 42 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.57 |
| HSL | 57.35º | 0.45% | 0.3% | - |
| HSV(B) | 57.35º | 0.62% | 0.43% | - |
| XYZ | 12.11 | 14 | 4.25 | - |
| YUV | 100.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 42 | 0 | 0.03 | 0.62 | 0.57 | 57.35 | 0.45 | 0.3 |
| Hex | 6E | 6B | 2A | 0 | 3 | 3E | 39 | 39 | 2D | 1E |
| Octal | 156 | 153 | 52 | 0 | 3 | 76 | 71 | 71 | 55 | 36 |
| Binary | 1101110 | 1101011 | 101010 | 0 | 11 | 111110 | 111001 | 111001 | 101101 | 11110 |
Color Harmonies of #6E6B2A
Complementary color
Monochromatic Colors of #6E6B2A
Black with #6E6B2A
Text Example
Text Example
White with #6E6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B2A; }
p { color: rgb(110,107,42); }
H1.HeaderClassName
{
color: #6E6B2A;
}
.AnyTagClassName
{
color: #6E6B2A;
}
</style>
background-color css
<style>
a { background-color: #6E6B2A; }
a { background-color: rgb(110,107,42); }
div.DivClassName
{
background-color: #6E6B2A;
}
.BgClassName
{
background-color: #6E6B2A;
}
</style>
border-color css
<style>
span { border-color: #6E6B2A; }
span { border-color: rgb(110,107,42); }
td.TdClassName
{
border-color: #6E6B2A;
}
.TagClassName
{
border-color: #6E6B2A;
}
</style>