Shades of Olivetone #6F6811
Tints of Olivetone #6F6811
RGB
CMYK
RGB Variations
Color information
#6F6811 (or 0x6F6811) is known color: Olivetone. HEX triplet: 6F, 68 and 11. RGB value is (111,104,17). Sum of RGB (Red+Green+Blue) = 111+104+17=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6811 is #9097EE. Grayscale: #606060. Windows color (decimal): -9476079 or 1140847. OLE color: 1140847.
HSL color Cylindrical-coordinate representation of color #6F6811: hue angle of 55.53º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F6811 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 17 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.56 |
| HSL | 55.53º | 0.73% | 0.25% | - |
| HSV(B) | 55.53º | 0.85% | 0.44% | - |
| XYZ | 11.61 | 13.32 | 2.49 | - |
| YUV | 96.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 17 | 0 | 0.06 | 0.85 | 0.56 | 55.53 | 0.73 | 0.25 |
| Hex | 6F | 68 | 11 | 0 | 6 | 55 | 38 | 38 | 49 | 19 |
| Octal | 157 | 150 | 21 | 0 | 6 | 125 | 70 | 70 | 111 | 31 |
| Binary | 1101111 | 1101000 | 10001 | 0 | 110 | 1010101 | 111000 | 111000 | 1001001 | 11001 |
Color Harmonies of #6F6811
Complementary color
Monochromatic Colors of #6F6811
Black with #6F6811
Text Example
Text Example
White with #6F6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6811; }
p { color: rgb(111,104,17); }
H1.HeaderClassName
{
color: #6F6811;
}
.AnyTagClassName
{
color: #6F6811;
}
</style>
background-color css
<style>
a { background-color: #6F6811; }
a { background-color: rgb(111,104,17); }
div.DivClassName
{
background-color: #6F6811;
}
.BgClassName
{
background-color: #6F6811;
}
</style>
border-color css
<style>
span { border-color: #6F6811; }
span { border-color: rgb(111,104,17); }
td.TdClassName
{
border-color: #6F6811;
}
.TagClassName
{
border-color: #6F6811;
}
</style>