Shades of Olivetone #6F6E0E
Tints of Olivetone #6F6E0E
RGB
CMYK
RGB Variations
Color information
#6F6E0E (or 0x6F6E0E) is known color: Olivetone. HEX triplet: 6F, 6E and 0E. RGB value is (111,110,14). Sum of RGB (Red+Green+Blue) = 111+110+14=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E0E is #9091F1. Grayscale: #636363. Windows color (decimal): -9474546 or 945775. OLE color: 945775.
HSL color Cylindrical-coordinate representation of color #6F6E0E: hue angle of 59.38º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F6E0E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 14 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.56 |
| HSL | 59.38º | 0.78% | 0.25% | - |
| HSV(B) | 59.38º | 0.87% | 0.44% | - |
| XYZ | 12.21 | 14.56 | 2.58 | - |
| YUV | 99.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 14 | 0 | 0.01 | 0.87 | 0.56 | 59.38 | 0.78 | 0.25 |
| Hex | 6F | 6E | E | 0 | 1 | 57 | 38 | 3B | 4E | 19 |
| Octal | 157 | 156 | 16 | 0 | 1 | 127 | 70 | 73 | 116 | 31 |
| Binary | 1101111 | 1101110 | 1110 | 0 | 1 | 1010111 | 111000 | 111011 | 1001110 | 11001 |
Color Harmonies of #6F6E0E
Complementary color
Monochromatic Colors of #6F6E0E
Black with #6F6E0E
Text Example
Text Example
White with #6F6E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E0E; }
p { color: rgb(111,110,14); }
H1.HeaderClassName
{
color: #6F6E0E;
}
.AnyTagClassName
{
color: #6F6E0E;
}
</style>
background-color css
<style>
a { background-color: #6F6E0E; }
a { background-color: rgb(111,110,14); }
div.DivClassName
{
background-color: #6F6E0E;
}
.BgClassName
{
background-color: #6F6E0E;
}
</style>
border-color css
<style>
span { border-color: #6F6E0E; }
span { border-color: rgb(111,110,14); }
td.TdClassName
{
border-color: #6F6E0E;
}
.TagClassName
{
border-color: #6F6E0E;
}
</style>