Shades of Olivetone #6D660F
Tints of Olivetone #6D660F
RGB
CMYK
RGB Variations
Color information
#6D660F (or 0x6D660F) is known color: Olivetone. HEX triplet: 6D, 66 and 0F. RGB value is (109,102,15). Sum of RGB (Red+Green+Blue) = 109+102+15=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D660F is #9299F0. Grayscale: #5E5E5E. Windows color (decimal): -9607665 or 1009261. OLE color: 1009261.
HSL color Cylindrical-coordinate representation of color #6D660F: hue angle of 55.53º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D660F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 15 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.57 |
| HSL | 55.53º | 0.76% | 0.24% | - |
| HSV(B) | 55.53º | 0.86% | 0.43% | - |
| XYZ | 11.14 | 12.79 | 2.33 | - |
| YUV | 94.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 15 | 0 | 0.06 | 0.86 | 0.57 | 55.53 | 0.76 | 0.24 |
| Hex | 6D | 66 | F | 0 | 6 | 56 | 39 | 38 | 4C | 18 |
| Octal | 155 | 146 | 17 | 0 | 6 | 126 | 71 | 70 | 114 | 30 |
| Binary | 1101101 | 1100110 | 1111 | 0 | 110 | 1010110 | 111001 | 111000 | 1001100 | 11000 |
Color Harmonies of #6D660F
Complementary color
Monochromatic Colors of #6D660F
Black with #6D660F
Text Example
Text Example
White with #6D660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D660F; }
p { color: rgb(109,102,15); }
H1.HeaderClassName
{
color: #6D660F;
}
.AnyTagClassName
{
color: #6D660F;
}
</style>
background-color css
<style>
a { background-color: #6D660F; }
a { background-color: rgb(109,102,15); }
div.DivClassName
{
background-color: #6D660F;
}
.BgClassName
{
background-color: #6D660F;
}
</style>
border-color css
<style>
span { border-color: #6D660F; }
span { border-color: rgb(109,102,15); }
td.TdClassName
{
border-color: #6D660F;
}
.TagClassName
{
border-color: #6D660F;
}
</style>