Shades of Olivetone #6F6829
Tints of Olivetone #6F6829
RGB
CMYK
RGB Variations
Color information
#6F6829 (or 0x6F6829) is known color: Olivetone. HEX triplet: 6F, 68 and 29. RGB value is (111,104,41). Sum of RGB (Red+Green+Blue) = 111+104+41=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6829 is #9097D6. Grayscale: #636363. Windows color (decimal): -9476055 or 2713711. OLE color: 2713711.
HSL color Cylindrical-coordinate representation of color #6F6829: hue angle of 54º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F6829 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 41 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.56 |
| HSL | 54º | 0.46% | 0.3% | - |
| HSV(B) | 54º | 0.63% | 0.44% | - |
| XYZ | 11.91 | 13.44 | 4.06 | - |
| YUV | 98.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 41 | 0 | 0.06 | 0.63 | 0.56 | 54 | 0.46 | 0.3 |
| Hex | 6F | 68 | 29 | 0 | 6 | 3F | 38 | 36 | 2E | 1E |
| Octal | 157 | 150 | 51 | 0 | 6 | 77 | 70 | 66 | 56 | 36 |
| Binary | 1101111 | 1101000 | 101001 | 0 | 110 | 111111 | 111000 | 110110 | 101110 | 11110 |
Color Harmonies of #6F6829
Complementary color
Monochromatic Colors of #6F6829
Black with #6F6829
Text Example
Text Example
White with #6F6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6829; }
p { color: rgb(111,104,41); }
H1.HeaderClassName
{
color: #6F6829;
}
.AnyTagClassName
{
color: #6F6829;
}
</style>
background-color css
<style>
a { background-color: #6F6829; }
a { background-color: rgb(111,104,41); }
div.DivClassName
{
background-color: #6F6829;
}
.BgClassName
{
background-color: #6F6829;
}
</style>
border-color css
<style>
span { border-color: #6F6829; }
span { border-color: rgb(111,104,41); }
td.TdClassName
{
border-color: #6F6829;
}
.TagClassName
{
border-color: #6F6829;
}
</style>