Shades of Olivetone #6F661E
Tints of Olivetone #6F661E
RGB
CMYK
RGB Variations
Color information
#6F661E (or 0x6F661E) is known color: Olivetone. HEX triplet: 6F, 66 and 1E. RGB value is (111,102,30). Sum of RGB (Red+Green+Blue) = 111+102+30=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F661E is #9099E1. Grayscale: #606060. Windows color (decimal): -9476578 or 1992303. OLE color: 1992303.
HSL color Cylindrical-coordinate representation of color #6F661E: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F661E is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 30 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.56 |
| HSL | 53.33º | 0.57% | 0.28% | - |
| HSV(B) | 53.33º | 0.73% | 0.44% | - |
| XYZ | 11.54 | 12.98 | 3.12 | - |
| YUV | 96.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 30 | 0 | 0.08 | 0.73 | 0.56 | 53.33 | 0.57 | 0.28 |
| Hex | 6F | 66 | 1E | 0 | 8 | 49 | 38 | 35 | 39 | 1C |
| Octal | 157 | 146 | 36 | 0 | 10 | 111 | 70 | 65 | 71 | 34 |
| Binary | 1101111 | 1100110 | 11110 | 0 | 1000 | 1001001 | 111000 | 110101 | 111001 | 11100 |
Color Harmonies of #6F661E
Complementary color
Monochromatic Colors of #6F661E
Black with #6F661E
Text Example
Text Example
White with #6F661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F661E; }
p { color: rgb(111,102,30); }
H1.HeaderClassName
{
color: #6F661E;
}
.AnyTagClassName
{
color: #6F661E;
}
</style>
background-color css
<style>
a { background-color: #6F661E; }
a { background-color: rgb(111,102,30); }
div.DivClassName
{
background-color: #6F661E;
}
.BgClassName
{
background-color: #6F661E;
}
</style>
border-color css
<style>
span { border-color: #6F661E; }
span { border-color: rgb(111,102,30); }
td.TdClassName
{
border-color: #6F661E;
}
.TagClassName
{
border-color: #6F661E;
}
</style>