Shades of Olivetone #6F6E2F
Tints of Olivetone #6F6E2F
RGB
CMYK
RGB Variations
Color information
#6F6E2F (or 0x6F6E2F) is known color: Olivetone. HEX triplet: 6F, 6E and 2F. RGB value is (111,110,47). Sum of RGB (Red+Green+Blue) = 111+110+47=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E2F is #9091D0. Grayscale: #676767. Windows color (decimal): -9474513 or 3108463. OLE color: 3108463.
HSL color Cylindrical-coordinate representation of color #6F6E2F: hue angle of 59.06º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F6E2F is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 47 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.56 |
| HSL | 59.06º | 0.41% | 0.31% | - |
| HSV(B) | 59.06º | 0.58% | 0.44% | - |
| XYZ | 12.64 | 14.74 | 4.87 | - |
| YUV | 103.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 47 | 0 | 0.01 | 0.58 | 0.56 | 59.06 | 0.41 | 0.31 |
| Hex | 6F | 6E | 2F | 0 | 1 | 3A | 38 | 3B | 29 | 1F |
| Octal | 157 | 156 | 57 | 0 | 1 | 72 | 70 | 73 | 51 | 37 |
| Binary | 1101111 | 1101110 | 101111 | 0 | 1 | 111010 | 111000 | 111011 | 101001 | 11111 |
Color Harmonies of #6F6E2F
Complementary color
Monochromatic Colors of #6F6E2F
Black with #6F6E2F
Text Example
Text Example
White with #6F6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E2F; }
p { color: rgb(111,110,47); }
H1.HeaderClassName
{
color: #6F6E2F;
}
.AnyTagClassName
{
color: #6F6E2F;
}
</style>
background-color css
<style>
a { background-color: #6F6E2F; }
a { background-color: rgb(111,110,47); }
div.DivClassName
{
background-color: #6F6E2F;
}
.BgClassName
{
background-color: #6F6E2F;
}
</style>
border-color css
<style>
span { border-color: #6F6E2F; }
span { border-color: rgb(111,110,47); }
td.TdClassName
{
border-color: #6F6E2F;
}
.TagClassName
{
border-color: #6F6E2F;
}
</style>