Shades of Olivetone #6F6A29
Tints of Olivetone #6F6A29
RGB
CMYK
RGB Variations
Color information
#6F6A29 (or 0x6F6A29) is known color: Olivetone. HEX triplet: 6F, 6A and 29. RGB value is (111,106,41). Sum of RGB (Red+Green+Blue) = 111+106+41=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A29 is #9095D6. Grayscale: #646464. Windows color (decimal): -9475543 or 2714223. OLE color: 2714223.
HSL color Cylindrical-coordinate representation of color #6F6A29: hue angle of 55.71º 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 #6F6A29 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 41 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.56 |
| HSL | 55.71º | 0.46% | 0.3% | - |
| HSV(B) | 55.71º | 0.63% | 0.44% | - |
| XYZ | 12.11 | 13.85 | 4.13 | - |
| YUV | 100.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 41 | 0 | 0.05 | 0.63 | 0.56 | 55.71 | 0.46 | 0.3 |
| Hex | 6F | 6A | 29 | 0 | 5 | 3F | 38 | 38 | 2E | 1E |
| Octal | 157 | 152 | 51 | 0 | 5 | 77 | 70 | 70 | 56 | 36 |
| Binary | 1101111 | 1101010 | 101001 | 0 | 101 | 111111 | 111000 | 111000 | 101110 | 11110 |
Color Harmonies of #6F6A29
Complementary color
Monochromatic Colors of #6F6A29
Black with #6F6A29
Text Example
Text Example
White with #6F6A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A29; }
p { color: rgb(111,106,41); }
H1.HeaderClassName
{
color: #6F6A29;
}
.AnyTagClassName
{
color: #6F6A29;
}
</style>
background-color css
<style>
a { background-color: #6F6A29; }
a { background-color: rgb(111,106,41); }
div.DivClassName
{
background-color: #6F6A29;
}
.BgClassName
{
background-color: #6F6A29;
}
</style>
border-color css
<style>
span { border-color: #6F6A29; }
span { border-color: rgb(111,106,41); }
td.TdClassName
{
border-color: #6F6A29;
}
.TagClassName
{
border-color: #6F6A29;
}
</style>