Shades of Olivetone #6D6E31
Tints of Olivetone #6D6E31
RGB
CMYK
RGB Variations
Color information
#6D6E31 (or 0x6D6E31) is known color: Olivetone. HEX triplet: 6D, 6E and 31. RGB value is (109,110,49). Sum of RGB (Red+Green+Blue) = 109+110+49=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6E31 is #9291CE. Grayscale: #666666. Windows color (decimal): -9605583 or 3239533. OLE color: 3239533.
HSL color Cylindrical-coordinate representation of color #6D6E31: hue angle of 60.98º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D6E31 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 110 | 49 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.57 |
| HSL | 60.98º | 0.38% | 0.31% | - |
| HSV(B) | 60.98º | 0.55% | 0.43% | - |
| XYZ | 12.44 | 14.62 | 5.07 | - |
| YUV | 102.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 49 | 0.01 | 0 | 0.55 | 0.57 | 60.98 | 0.38 | 0.31 |
| Hex | 6D | 6E | 31 | 1 | 0 | 37 | 39 | 3D | 26 | 1F |
| Octal | 155 | 156 | 61 | 1 | 0 | 67 | 71 | 75 | 46 | 37 |
| Binary | 1101101 | 1101110 | 110001 | 1 | 0 | 110111 | 111001 | 111101 | 100110 | 11111 |
Color Harmonies of #6D6E31
Complementary color
Monochromatic Colors of #6D6E31
Black with #6D6E31
Text Example
Text Example
White with #6D6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E31; }
p { color: rgb(109,110,49); }
H1.HeaderClassName
{
color: #6D6E31;
}
.AnyTagClassName
{
color: #6D6E31;
}
</style>
background-color css
<style>
a { background-color: #6D6E31; }
a { background-color: rgb(109,110,49); }
div.DivClassName
{
background-color: #6D6E31;
}
.BgClassName
{
background-color: #6D6E31;
}
</style>
border-color css
<style>
span { border-color: #6D6E31; }
span { border-color: rgb(109,110,49); }
td.TdClassName
{
border-color: #6D6E31;
}
.TagClassName
{
border-color: #6D6E31;
}
</style>