Shades of Olivetone #6E6B1A
Tints of Olivetone #6E6B1A
RGB
CMYK
RGB Variations
Color information
#6E6B1A (or 0x6E6B1A) is known color: Olivetone. HEX triplet: 6E, 6B and 1A. RGB value is (110,107,26). Sum of RGB (Red+Green+Blue) = 110+107+26=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B1A is #9194E5. Grayscale: #626262. Windows color (decimal): -9540838 or 1731438. OLE color: 1731438.
HSL color Cylindrical-coordinate representation of color #6E6B1A: hue angle of 57.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E6B1A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 26 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.57 |
| HSL | 57.86º | 0.62% | 0.27% | - |
| HSV(B) | 57.86º | 0.76% | 0.43% | - |
| XYZ | 11.87 | 13.9 | 3.04 | - |
| YUV | 98.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 26 | 0 | 0.03 | 0.76 | 0.57 | 57.86 | 0.62 | 0.27 |
| Hex | 6E | 6B | 1A | 0 | 3 | 4C | 39 | 3A | 3E | 1B |
| Octal | 156 | 153 | 32 | 0 | 3 | 114 | 71 | 72 | 76 | 33 |
| Binary | 1101110 | 1101011 | 11010 | 0 | 11 | 1001100 | 111001 | 111010 | 111110 | 11011 |
Color Harmonies of #6E6B1A
Complementary color
Monochromatic Colors of #6E6B1A
Black with #6E6B1A
Text Example
Text Example
White with #6E6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B1A; }
p { color: rgb(110,107,26); }
H1.HeaderClassName
{
color: #6E6B1A;
}
.AnyTagClassName
{
color: #6E6B1A;
}
</style>
background-color css
<style>
a { background-color: #6E6B1A; }
a { background-color: rgb(110,107,26); }
div.DivClassName
{
background-color: #6E6B1A;
}
.BgClassName
{
background-color: #6E6B1A;
}
</style>
border-color css
<style>
span { border-color: #6E6B1A; }
span { border-color: rgb(110,107,26); }
td.TdClassName
{
border-color: #6E6B1A;
}
.TagClassName
{
border-color: #6E6B1A;
}
</style>