Shades of Olivetone #6F682C
Tints of Olivetone #6F682C
RGB
CMYK
RGB Variations
Color information
#6F682C (or 0x6F682C) is known color: Olivetone. HEX triplet: 6F, 68 and 2C. RGB value is (111,104,44). Sum of RGB (Red+Green+Blue) = 111+104+44=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F682C is #9097D3. Grayscale: #636363. Windows color (decimal): -9476052 or 2910319. OLE color: 2910319.
HSL color Cylindrical-coordinate representation of color #6F682C: hue angle of 53.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F682C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 44 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.56 |
| HSL | 53.73º | 0.43% | 0.3% | - |
| HSV(B) | 53.73º | 0.6% | 0.44% | - |
| XYZ | 11.96 | 13.46 | 4.35 | - |
| YUV | 99.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 44 | 0 | 0.06 | 0.60 | 0.56 | 53.73 | 0.43 | 0.3 |
| Hex | 6F | 68 | 2C | 0 | 6 | 3C | 38 | 36 | 2B | 1E |
| Octal | 157 | 150 | 54 | 0 | 6 | 74 | 70 | 66 | 53 | 36 |
| Binary | 1101111 | 1101000 | 101100 | 0 | 110 | 111100 | 111000 | 110110 | 101011 | 11110 |
Color Harmonies of #6F682C
Complementary color
Monochromatic Colors of #6F682C
Black with #6F682C
Text Example
Text Example
White with #6F682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F682C; }
p { color: rgb(111,104,44); }
H1.HeaderClassName
{
color: #6F682C;
}
.AnyTagClassName
{
color: #6F682C;
}
</style>
background-color css
<style>
a { background-color: #6F682C; }
a { background-color: rgb(111,104,44); }
div.DivClassName
{
background-color: #6F682C;
}
.BgClassName
{
background-color: #6F682C;
}
</style>
border-color css
<style>
span { border-color: #6F682C; }
span { border-color: rgb(111,104,44); }
td.TdClassName
{
border-color: #6F682C;
}
.TagClassName
{
border-color: #6F682C;
}
</style>