Shades of Olivetone #6F6617
Tints of Olivetone #6F6617
RGB
CMYK
RGB Variations
Color information
#6F6617 (or 0x6F6617) is known color: Olivetone. HEX triplet: 6F, 66 and 17. RGB value is (111,102,23). Sum of RGB (Red+Green+Blue) = 111+102+23=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6617 is #9099E8. Grayscale: #606060. Windows color (decimal): -9476585 or 1533551. OLE color: 1533551.
HSL color Cylindrical-coordinate representation of color #6F6617: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F6617 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 23 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.56 |
| HSL | 53.86º | 0.66% | 0.26% | - |
| HSV(B) | 53.86º | 0.79% | 0.44% | - |
| XYZ | 11.46 | 12.94 | 2.7 | - |
| YUV | 95.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 23 | 0 | 0.08 | 0.79 | 0.56 | 53.86 | 0.66 | 0.26 |
| Hex | 6F | 66 | 17 | 0 | 8 | 4F | 38 | 36 | 42 | 1A |
| Octal | 157 | 146 | 27 | 0 | 10 | 117 | 70 | 66 | 102 | 32 |
| Binary | 1101111 | 1100110 | 10111 | 0 | 1000 | 1001111 | 111000 | 110110 | 1000010 | 11010 |
Color Harmonies of #6F6617
Complementary color
Monochromatic Colors of #6F6617
Black with #6F6617
Text Example
Text Example
White with #6F6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6617; }
p { color: rgb(111,102,23); }
H1.HeaderClassName
{
color: #6F6617;
}
.AnyTagClassName
{
color: #6F6617;
}
</style>
background-color css
<style>
a { background-color: #6F6617; }
a { background-color: rgb(111,102,23); }
div.DivClassName
{
background-color: #6F6617;
}
.BgClassName
{
background-color: #6F6617;
}
</style>
border-color css
<style>
span { border-color: #6F6617; }
span { border-color: rgb(111,102,23); }
td.TdClassName
{
border-color: #6F6617;
}
.TagClassName
{
border-color: #6F6617;
}
</style>