Shades of Olivetone #6F6E19
Tints of Olivetone #6F6E19
RGB
CMYK
RGB Variations
Color information
#6F6E19 (or 0x6F6E19) is known color: Olivetone. HEX triplet: 6F, 6E and 19. RGB value is (111,110,25). Sum of RGB (Red+Green+Blue) = 111+110+25=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E19 is #9091E6. Grayscale: #646464. Windows color (decimal): -9474535 or 1666671. OLE color: 1666671.
HSL color Cylindrical-coordinate representation of color #6F6E19: hue angle of 59.3º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F6E19 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 25 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.56 |
| HSL | 59.3º | 0.63% | 0.27% | - |
| HSV(B) | 59.3º | 0.77% | 0.44% | - |
| XYZ | 12.31 | 14.6 | 3.09 | - |
| YUV | 100.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 25 | 0 | 0.01 | 0.77 | 0.56 | 59.3 | 0.63 | 0.27 |
| Hex | 6F | 6E | 19 | 0 | 1 | 4D | 38 | 3B | 3F | 1B |
| Octal | 157 | 156 | 31 | 0 | 1 | 115 | 70 | 73 | 77 | 33 |
| Binary | 1101111 | 1101110 | 11001 | 0 | 1 | 1001101 | 111000 | 111011 | 111111 | 11011 |
Color Harmonies of #6F6E19
Complementary color
Monochromatic Colors of #6F6E19
Black with #6F6E19
Text Example
Text Example
White with #6F6E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E19; }
p { color: rgb(111,110,25); }
H1.HeaderClassName
{
color: #6F6E19;
}
.AnyTagClassName
{
color: #6F6E19;
}
</style>
background-color css
<style>
a { background-color: #6F6E19; }
a { background-color: rgb(111,110,25); }
div.DivClassName
{
background-color: #6F6E19;
}
.BgClassName
{
background-color: #6F6E19;
}
</style>
border-color css
<style>
span { border-color: #6F6E19; }
span { border-color: rgb(111,110,25); }
td.TdClassName
{
border-color: #6F6E19;
}
.TagClassName
{
border-color: #6F6E19;
}
</style>