Shades of Olivetone #6F6B2E
Tints of Olivetone #6F6B2E
RGB
CMYK
RGB Variations
Color information
#6F6B2E (or 0x6F6B2E) is known color: Olivetone. HEX triplet: 6F, 6B and 2E. RGB value is (111,107,46). Sum of RGB (Red+Green+Blue) = 111+107+46=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B2E is #9094D1. Grayscale: #656565. Windows color (decimal): -9475282 or 3042159. OLE color: 3042159.
HSL color Cylindrical-coordinate representation of color #6F6B2E: hue angle of 56.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F6B2E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 46 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.56 |
| HSL | 56.31º | 0.41% | 0.31% | - |
| HSV(B) | 56.31º | 0.59% | 0.44% | - |
| XYZ | 12.31 | 14.09 | 4.66 | - |
| YUV | 101.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 46 | 0 | 0.04 | 0.59 | 0.56 | 56.31 | 0.41 | 0.31 |
| Hex | 6F | 6B | 2E | 0 | 4 | 3B | 38 | 38 | 29 | 1F |
| Octal | 157 | 153 | 56 | 0 | 4 | 73 | 70 | 70 | 51 | 37 |
| Binary | 1101111 | 1101011 | 101110 | 0 | 100 | 111011 | 111000 | 111000 | 101001 | 11111 |
Color Harmonies of #6F6B2E
Complementary color
Monochromatic Colors of #6F6B2E
Black with #6F6B2E
Text Example
Text Example
White with #6F6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B2E; }
p { color: rgb(111,107,46); }
H1.HeaderClassName
{
color: #6F6B2E;
}
.AnyTagClassName
{
color: #6F6B2E;
}
</style>
background-color css
<style>
a { background-color: #6F6B2E; }
a { background-color: rgb(111,107,46); }
div.DivClassName
{
background-color: #6F6B2E;
}
.BgClassName
{
background-color: #6F6B2E;
}
</style>
border-color css
<style>
span { border-color: #6F6B2E; }
span { border-color: rgb(111,107,46); }
td.TdClassName
{
border-color: #6F6B2E;
}
.TagClassName
{
border-color: #6F6B2E;
}
</style>