Shades of Olivetone #6F6E15
Tints of Olivetone #6F6E15
RGB
CMYK
RGB Variations
Color information
#6F6E15 (or 0x6F6E15) is known color: Olivetone. HEX triplet: 6F, 6E and 15. RGB value is (111,110,21). Sum of RGB (Red+Green+Blue) = 111+110+21=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E15 is #9091EA. Grayscale: #646464. Windows color (decimal): -9474539 or 1404527. OLE color: 1404527.
HSL color Cylindrical-coordinate representation of color #6F6E15: hue angle of 59.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F6E15 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 21 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.56 |
| HSL | 59.33º | 0.68% | 0.26% | - |
| HSV(B) | 59.33º | 0.81% | 0.44% | - |
| XYZ | 12.27 | 14.59 | 2.88 | - |
| YUV | 100.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 21 | 0 | 0.01 | 0.81 | 0.56 | 59.33 | 0.68 | 0.26 |
| Hex | 6F | 6E | 15 | 0 | 1 | 51 | 38 | 3B | 44 | 1A |
| Octal | 157 | 156 | 25 | 0 | 1 | 121 | 70 | 73 | 104 | 32 |
| Binary | 1101111 | 1101110 | 10101 | 0 | 1 | 1010001 | 111000 | 111011 | 1000100 | 11010 |
Color Harmonies of #6F6E15
Complementary color
Monochromatic Colors of #6F6E15
Black with #6F6E15
Text Example
Text Example
White with #6F6E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E15; }
p { color: rgb(111,110,21); }
H1.HeaderClassName
{
color: #6F6E15;
}
.AnyTagClassName
{
color: #6F6E15;
}
</style>
background-color css
<style>
a { background-color: #6F6E15; }
a { background-color: rgb(111,110,21); }
div.DivClassName
{
background-color: #6F6E15;
}
.BgClassName
{
background-color: #6F6E15;
}
</style>
border-color css
<style>
span { border-color: #6F6E15; }
span { border-color: rgb(111,110,21); }
td.TdClassName
{
border-color: #6F6E15;
}
.TagClassName
{
border-color: #6F6E15;
}
</style>