Shades of Olivetone #6F6C0E
Tints of Olivetone #6F6C0E
RGB
CMYK
RGB Variations
Color information
#6F6C0E (or 0x6F6C0E) is known color: Olivetone. HEX triplet: 6F, 6C and 0E. RGB value is (111,108,14). Sum of RGB (Red+Green+Blue) = 111+108+14=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C0E is #9093F1. Grayscale: #626262. Windows color (decimal): -9475058 or 945263. OLE color: 945263.
HSL color Cylindrical-coordinate representation of color #6F6C0E: hue angle of 58.14º 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 #6F6C0E is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 14 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.56 |
| HSL | 58.14º | 0.78% | 0.25% | - |
| HSV(B) | 58.14º | 0.87% | 0.44% | - |
| XYZ | 12 | 14.14 | 2.51 | - |
| YUV | 98.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 14 | 0 | 0.03 | 0.87 | 0.56 | 58.14 | 0.78 | 0.25 |
| Hex | 6F | 6C | E | 0 | 3 | 57 | 38 | 3A | 4E | 19 |
| Octal | 157 | 154 | 16 | 0 | 3 | 127 | 70 | 72 | 116 | 31 |
| Binary | 1101111 | 1101100 | 1110 | 0 | 11 | 1010111 | 111000 | 111010 | 1001110 | 11001 |
Color Harmonies of #6F6C0E
Complementary color
Monochromatic Colors of #6F6C0E
Black with #6F6C0E
Text Example
Text Example
White with #6F6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C0E; }
p { color: rgb(111,108,14); }
H1.HeaderClassName
{
color: #6F6C0E;
}
.AnyTagClassName
{
color: #6F6C0E;
}
</style>
background-color css
<style>
a { background-color: #6F6C0E; }
a { background-color: rgb(111,108,14); }
div.DivClassName
{
background-color: #6F6C0E;
}
.BgClassName
{
background-color: #6F6C0E;
}
</style>
border-color css
<style>
span { border-color: #6F6C0E; }
span { border-color: rgb(111,108,14); }
td.TdClassName
{
border-color: #6F6C0E;
}
.TagClassName
{
border-color: #6F6C0E;
}
</style>