Shades of Olivetone #6F6711
Tints of Olivetone #6F6711
RGB
CMYK
RGB Variations
Color information
#6F6711 (or 0x6F6711) is known color: Olivetone. HEX triplet: 6F, 67 and 11. RGB value is (111,103,17). Sum of RGB (Red+Green+Blue) = 111+103+17=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6711 is #9098EE. Grayscale: #5F5F5F. Windows color (decimal): -9476335 or 1140591. OLE color: 1140591.
HSL color Cylindrical-coordinate representation of color #6F6711: hue angle of 54.89º 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 #6F6711 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 17 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.56 |
| HSL | 54.89º | 0.73% | 0.25% | - |
| HSV(B) | 54.89º | 0.85% | 0.44% | - |
| XYZ | 11.51 | 13.12 | 2.46 | - |
| YUV | 95.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 17 | 0 | 0.07 | 0.85 | 0.56 | 54.89 | 0.73 | 0.25 |
| Hex | 6F | 67 | 11 | 0 | 7 | 55 | 38 | 37 | 49 | 19 |
| Octal | 157 | 147 | 21 | 0 | 7 | 125 | 70 | 67 | 111 | 31 |
| Binary | 1101111 | 1100111 | 10001 | 0 | 111 | 1010101 | 111000 | 110111 | 1001001 | 11001 |
Color Harmonies of #6F6711
Complementary color
Monochromatic Colors of #6F6711
Black with #6F6711
Text Example
Text Example
White with #6F6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6711; }
p { color: rgb(111,103,17); }
H1.HeaderClassName
{
color: #6F6711;
}
.AnyTagClassName
{
color: #6F6711;
}
</style>
background-color css
<style>
a { background-color: #6F6711; }
a { background-color: rgb(111,103,17); }
div.DivClassName
{
background-color: #6F6711;
}
.BgClassName
{
background-color: #6F6711;
}
</style>
border-color css
<style>
span { border-color: #6F6711; }
span { border-color: rgb(111,103,17); }
td.TdClassName
{
border-color: #6F6711;
}
.TagClassName
{
border-color: #6F6711;
}
</style>