Shades of Olivetone #6D6A31
Tints of Olivetone #6D6A31
RGB
CMYK
RGB Variations
Color information
#6D6A31 (or 0x6D6A31) is known color: Olivetone. HEX triplet: 6D, 6A and 31. RGB value is (109,106,49). Sum of RGB (Red+Green+Blue) = 109+106+49=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A31 is #9295CE. Grayscale: #646464. Windows color (decimal): -9606607 or 3238509. OLE color: 3238509.
HSL color Cylindrical-coordinate representation of color #6D6A31: hue angle of 57º 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 #6D6A31 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 49 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.57 |
| HSL | 57º | 0.38% | 0.31% | - |
| HSV(B) | 57º | 0.55% | 0.43% | - |
| XYZ | 12.02 | 13.78 | 4.93 | - |
| YUV | 100.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 49 | 0 | 0.03 | 0.55 | 0.57 | 57 | 0.38 | 0.31 |
| Hex | 6D | 6A | 31 | 0 | 3 | 37 | 39 | 39 | 26 | 1F |
| Octal | 155 | 152 | 61 | 0 | 3 | 67 | 71 | 71 | 46 | 37 |
| Binary | 1101101 | 1101010 | 110001 | 0 | 11 | 110111 | 111001 | 111001 | 100110 | 11111 |
Color Harmonies of #6D6A31
Complementary color
Monochromatic Colors of #6D6A31
Black with #6D6A31
Text Example
Text Example
White with #6D6A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A31; }
p { color: rgb(109,106,49); }
H1.HeaderClassName
{
color: #6D6A31;
}
.AnyTagClassName
{
color: #6D6A31;
}
</style>
background-color css
<style>
a { background-color: #6D6A31; }
a { background-color: rgb(109,106,49); }
div.DivClassName
{
background-color: #6D6A31;
}
.BgClassName
{
background-color: #6D6A31;
}
</style>
border-color css
<style>
span { border-color: #6D6A31; }
span { border-color: rgb(109,106,49); }
td.TdClassName
{
border-color: #6D6A31;
}
.TagClassName
{
border-color: #6D6A31;
}
</style>