Shades of Olivetone #6D640A
Tints of Olivetone #6D640A
RGB
CMYK
RGB Variations
Color information
#6D640A (or 0x6D640A) is known color: Olivetone. HEX triplet: 6D, 64 and 0A. RGB value is (109,100,10). Sum of RGB (Red+Green+Blue) = 109+100+10=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D640A is #929BF5. Grayscale: #5C5C5C. Windows color (decimal): -9608182 or 681069. OLE color: 681069.
HSL color Cylindrical-coordinate representation of color #6D640A: hue angle of 54.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D640A is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 10 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.57 |
| HSL | 54.55º | 0.83% | 0.23% | - |
| HSV(B) | 54.55º | 0.91% | 0.43% | - |
| XYZ | 10.92 | 12.39 | 2.1 | - |
| YUV | 92.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 10 | 0 | 0.08 | 0.91 | 0.57 | 54.55 | 0.83 | 0.23 |
| Hex | 6D | 64 | A | 0 | 8 | 5B | 39 | 37 | 53 | 17 |
| Octal | 155 | 144 | 12 | 0 | 10 | 133 | 71 | 67 | 123 | 27 |
| Binary | 1101101 | 1100100 | 1010 | 0 | 1000 | 1011011 | 111001 | 110111 | 1010011 | 10111 |
Color Harmonies of #6D640A
Complementary color
Monochromatic Colors of #6D640A
Black with #6D640A
Text Example
Text Example
White with #6D640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D640A; }
p { color: rgb(109,100,10); }
H1.HeaderClassName
{
color: #6D640A;
}
.AnyTagClassName
{
color: #6D640A;
}
</style>
background-color css
<style>
a { background-color: #6D640A; }
a { background-color: rgb(109,100,10); }
div.DivClassName
{
background-color: #6D640A;
}
.BgClassName
{
background-color: #6D640A;
}
</style>
border-color css
<style>
span { border-color: #6D640A; }
span { border-color: rgb(109,100,10); }
td.TdClassName
{
border-color: #6D640A;
}
.TagClassName
{
border-color: #6D640A;
}
</style>