Shades of Olivetone #6F6716
Tints of Olivetone #6F6716
RGB
CMYK
RGB Variations
Color information
#6F6716 (or 0x6F6716) is known color: Olivetone. HEX triplet: 6F, 67 and 16. RGB value is (111,103,22). Sum of RGB (Red+Green+Blue) = 111+103+22=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6716 is #9098E9. Grayscale: #606060. Windows color (decimal): -9476330 or 1468271. OLE color: 1468271.
HSL color Cylindrical-coordinate representation of color #6F6716: hue angle of 54.61º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F6716 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 22 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.56 |
| HSL | 54.61º | 0.67% | 0.26% | - |
| HSV(B) | 54.61º | 0.8% | 0.44% | - |
| XYZ | 11.55 | 13.14 | 2.69 | - |
| YUV | 96.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 22 | 0 | 0.07 | 0.80 | 0.56 | 54.61 | 0.67 | 0.26 |
| Hex | 6F | 67 | 16 | 0 | 7 | 50 | 38 | 37 | 43 | 1A |
| Octal | 157 | 147 | 26 | 0 | 7 | 120 | 70 | 67 | 103 | 32 |
| Binary | 1101111 | 1100111 | 10110 | 0 | 111 | 1010000 | 111000 | 110111 | 1000011 | 11010 |
Color Harmonies of #6F6716
Complementary color
Monochromatic Colors of #6F6716
Black with #6F6716
Text Example
Text Example
White with #6F6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6716; }
p { color: rgb(111,103,22); }
H1.HeaderClassName
{
color: #6F6716;
}
.AnyTagClassName
{
color: #6F6716;
}
</style>
background-color css
<style>
a { background-color: #6F6716; }
a { background-color: rgb(111,103,22); }
div.DivClassName
{
background-color: #6F6716;
}
.BgClassName
{
background-color: #6F6716;
}
</style>
border-color css
<style>
span { border-color: #6F6716; }
span { border-color: rgb(111,103,22); }
td.TdClassName
{
border-color: #6F6716;
}
.TagClassName
{
border-color: #6F6716;
}
</style>