Shades of Olivetone #6D670A
Tints of Olivetone #6D670A
RGB
CMYK
RGB Variations
Color information
#6D670A (or 0x6D670A) is known color: Olivetone. HEX triplet: 6D, 67 and 0A. RGB value is (109,103,10). Sum of RGB (Red+Green+Blue) = 109+103+10=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D670A is #9298F5. Grayscale: #5E5E5E. Windows color (decimal): -9607414 or 681837. OLE color: 681837.
HSL color Cylindrical-coordinate representation of color #6D670A: hue angle of 56.36º 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 #6D670A is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 10 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.57 |
| HSL | 56.36º | 0.83% | 0.23% | - |
| HSV(B) | 56.36º | 0.91% | 0.43% | - |
| XYZ | 11.21 | 12.97 | 2.2 | - |
| YUV | 94.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 10 | 0 | 0.06 | 0.91 | 0.57 | 56.36 | 0.83 | 0.23 |
| Hex | 6D | 67 | A | 0 | 6 | 5B | 39 | 38 | 53 | 17 |
| Octal | 155 | 147 | 12 | 0 | 6 | 133 | 71 | 70 | 123 | 27 |
| Binary | 1101101 | 1100111 | 1010 | 0 | 110 | 1011011 | 111001 | 111000 | 1010011 | 10111 |
Color Harmonies of #6D670A
Complementary color
Monochromatic Colors of #6D670A
Black with #6D670A
Text Example
Text Example
White with #6D670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D670A; }
p { color: rgb(109,103,10); }
H1.HeaderClassName
{
color: #6D670A;
}
.AnyTagClassName
{
color: #6D670A;
}
</style>
background-color css
<style>
a { background-color: #6D670A; }
a { background-color: rgb(109,103,10); }
div.DivClassName
{
background-color: #6D670A;
}
.BgClassName
{
background-color: #6D670A;
}
</style>
border-color css
<style>
span { border-color: #6D670A; }
span { border-color: rgb(109,103,10); }
td.TdClassName
{
border-color: #6D670A;
}
.TagClassName
{
border-color: #6D670A;
}
</style>