Shades of Olivetone #6F6D1E
Tints of Olivetone #6F6D1E
RGB
CMYK
RGB Variations
Color information
#6F6D1E (or 0x6F6D1E) is known color: Olivetone. HEX triplet: 6F, 6D and 1E. RGB value is (111,109,30). Sum of RGB (Red+Green+Blue) = 111+109+30=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D1E is #9092E1. Grayscale: #646464. Windows color (decimal): -9474786 or 1994095. OLE color: 1994095.
HSL color Cylindrical-coordinate representation of color #6F6D1E: hue angle of 58.52º 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 #6F6D1E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 30 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.56 |
| HSL | 58.52º | 0.57% | 0.28% | - |
| HSV(B) | 58.52º | 0.73% | 0.44% | - |
| XYZ | 12.26 | 14.41 | 3.36 | - |
| YUV | 100.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 30 | 0 | 0.02 | 0.73 | 0.56 | 58.52 | 0.57 | 0.28 |
| Hex | 6F | 6D | 1E | 0 | 2 | 49 | 38 | 3B | 39 | 1C |
| Octal | 157 | 155 | 36 | 0 | 2 | 111 | 70 | 73 | 71 | 34 |
| Binary | 1101111 | 1101101 | 11110 | 0 | 10 | 1001001 | 111000 | 111011 | 111001 | 11100 |
Color Harmonies of #6F6D1E
Complementary color
Monochromatic Colors of #6F6D1E
Black with #6F6D1E
Text Example
Text Example
White with #6F6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D1E; }
p { color: rgb(111,109,30); }
H1.HeaderClassName
{
color: #6F6D1E;
}
.AnyTagClassName
{
color: #6F6D1E;
}
</style>
background-color css
<style>
a { background-color: #6F6D1E; }
a { background-color: rgb(111,109,30); }
div.DivClassName
{
background-color: #6F6D1E;
}
.BgClassName
{
background-color: #6F6D1E;
}
</style>
border-color css
<style>
span { border-color: #6F6D1E; }
span { border-color: rgb(111,109,30); }
td.TdClassName
{
border-color: #6F6D1E;
}
.TagClassName
{
border-color: #6F6D1E;
}
</style>