Shades of Olivetone #6D640D
Tints of Olivetone #6D640D
RGB
CMYK
RGB Variations
Color information
#6D640D (or 0x6D640D) is known color: Olivetone. HEX triplet: 6D, 64 and 0D. RGB value is (109,100,13). Sum of RGB (Red+Green+Blue) = 109+100+13=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D640D is #929BF2. Grayscale: #5D5D5D. Windows color (decimal): -9608179 or 877677. OLE color: 877677.
HSL color Cylindrical-coordinate representation of color #6D640D: hue angle of 54.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D640D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 13 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.57 |
| HSL | 54.38º | 0.79% | 0.24% | - |
| HSV(B) | 54.38º | 0.88% | 0.43% | - |
| XYZ | 10.94 | 12.39 | 2.2 | - |
| YUV | 92.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 13 | 0 | 0.08 | 0.88 | 0.57 | 54.38 | 0.79 | 0.24 |
| Hex | 6D | 64 | D | 0 | 8 | 58 | 39 | 36 | 4F | 18 |
| Octal | 155 | 144 | 15 | 0 | 10 | 130 | 71 | 66 | 117 | 30 |
| Binary | 1101101 | 1100100 | 1101 | 0 | 1000 | 1011000 | 111001 | 110110 | 1001111 | 11000 |
Color Harmonies of #6D640D
Complementary color
Monochromatic Colors of #6D640D
Black with #6D640D
Text Example
Text Example
White with #6D640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D640D; }
p { color: rgb(109,100,13); }
H1.HeaderClassName
{
color: #6D640D;
}
.AnyTagClassName
{
color: #6D640D;
}
</style>
background-color css
<style>
a { background-color: #6D640D; }
a { background-color: rgb(109,100,13); }
div.DivClassName
{
background-color: #6D640D;
}
.BgClassName
{
background-color: #6D640D;
}
</style>
border-color css
<style>
span { border-color: #6D640D; }
span { border-color: rgb(109,100,13); }
td.TdClassName
{
border-color: #6D640D;
}
.TagClassName
{
border-color: #6D640D;
}
</style>