Shades of Olivetone #6F6E26
Tints of Olivetone #6F6E26
RGB
CMYK
RGB Variations
Color information
#6F6E26 (or 0x6F6E26) is known color: Olivetone. HEX triplet: 6F, 6E and 26. RGB value is (111,110,38). Sum of RGB (Red+Green+Blue) = 111+110+38=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E26 is #9091D9. Grayscale: #666666. Windows color (decimal): -9474522 or 2518639. OLE color: 2518639.
HSL color Cylindrical-coordinate representation of color #6F6E26: hue angle of 59.18º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F6E26 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 38 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.56 |
| HSL | 59.18º | 0.49% | 0.29% | - |
| HSV(B) | 59.18º | 0.66% | 0.44% | - |
| XYZ | 12.48 | 14.67 | 4.01 | - |
| YUV | 102.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 38 | 0 | 0.01 | 0.66 | 0.56 | 59.18 | 0.49 | 0.29 |
| Hex | 6F | 6E | 26 | 0 | 1 | 42 | 38 | 3B | 31 | 1D |
| Octal | 157 | 156 | 46 | 0 | 1 | 102 | 70 | 73 | 61 | 35 |
| Binary | 1101111 | 1101110 | 100110 | 0 | 1 | 1000010 | 111000 | 111011 | 110001 | 11101 |
Color Harmonies of #6F6E26
Complementary color
Monochromatic Colors of #6F6E26
Black with #6F6E26
Text Example
Text Example
White with #6F6E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E26; }
p { color: rgb(111,110,38); }
H1.HeaderClassName
{
color: #6F6E26;
}
.AnyTagClassName
{
color: #6F6E26;
}
</style>
background-color css
<style>
a { background-color: #6F6E26; }
a { background-color: rgb(111,110,38); }
div.DivClassName
{
background-color: #6F6E26;
}
.BgClassName
{
background-color: #6F6E26;
}
</style>
border-color css
<style>
span { border-color: #6F6E26; }
span { border-color: rgb(111,110,38); }
td.TdClassName
{
border-color: #6F6E26;
}
.TagClassName
{
border-color: #6F6E26;
}
</style>