Shades of Olivetone #6D692A
Tints of Olivetone #6D692A
RGB
CMYK
RGB Variations
Color information
#6D692A (or 0x6D692A) is known color: Olivetone. HEX triplet: 6D, 69 and 2A. RGB value is (109,105,42). Sum of RGB (Red+Green+Blue) = 109+105+42=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D692A is #9296D5. Grayscale: #636363. Windows color (decimal): -9606870 or 2779501. OLE color: 2779501.
HSL color Cylindrical-coordinate representation of color #6D692A: hue angle of 56.42º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D692A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 42 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.57 |
| HSL | 56.42º | 0.44% | 0.3% | - |
| HSV(B) | 56.42º | 0.61% | 0.43% | - |
| XYZ | 11.78 | 13.52 | 4.18 | - |
| YUV | 99.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 42 | 0 | 0.04 | 0.61 | 0.57 | 56.42 | 0.44 | 0.3 |
| Hex | 6D | 69 | 2A | 0 | 4 | 3D | 39 | 38 | 2C | 1E |
| Octal | 155 | 151 | 52 | 0 | 4 | 75 | 71 | 70 | 54 | 36 |
| Binary | 1101101 | 1101001 | 101010 | 0 | 100 | 111101 | 111001 | 111000 | 101100 | 11110 |
Color Harmonies of #6D692A
Complementary color
Monochromatic Colors of #6D692A
Black with #6D692A
Text Example
Text Example
White with #6D692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D692A; }
p { color: rgb(109,105,42); }
H1.HeaderClassName
{
color: #6D692A;
}
.AnyTagClassName
{
color: #6D692A;
}
</style>
background-color css
<style>
a { background-color: #6D692A; }
a { background-color: rgb(109,105,42); }
div.DivClassName
{
background-color: #6D692A;
}
.BgClassName
{
background-color: #6D692A;
}
</style>
border-color css
<style>
span { border-color: #6D692A; }
span { border-color: rgb(109,105,42); }
td.TdClassName
{
border-color: #6D692A;
}
.TagClassName
{
border-color: #6D692A;
}
</style>