Shades of Olivetone #6D6C1D
Tints of Olivetone #6D6C1D
RGB
CMYK
RGB Variations
Color information
#6D6C1D (or 0x6D6C1D) is known color: Olivetone. HEX triplet: 6D, 6C and 1D. RGB value is (109,108,29). Sum of RGB (Red+Green+Blue) = 109+108+29=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C1D is #9293E2. Grayscale: #636363. Windows color (decimal): -9606115 or 1928301. OLE color: 1928301.
HSL color Cylindrical-coordinate representation of color #6D6C1D: hue angle of 59.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D6C1D is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 29 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.57 |
| HSL | 59.25º | 0.58% | 0.27% | - |
| HSV(B) | 59.25º | 0.73% | 0.43% | - |
| XYZ | 11.89 | 14.07 | 3.25 | - |
| YUV | 99.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 29 | 0 | 0.01 | 0.73 | 0.57 | 59.25 | 0.58 | 0.27 |
| Hex | 6D | 6C | 1D | 0 | 1 | 49 | 39 | 3B | 3A | 1B |
| Octal | 155 | 154 | 35 | 0 | 1 | 111 | 71 | 73 | 72 | 33 |
| Binary | 1101101 | 1101100 | 11101 | 0 | 1 | 1001001 | 111001 | 111011 | 111010 | 11011 |
Color Harmonies of #6D6C1D
Complementary color
Monochromatic Colors of #6D6C1D
Black with #6D6C1D
Text Example
Text Example
White with #6D6C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C1D; }
p { color: rgb(109,108,29); }
H1.HeaderClassName
{
color: #6D6C1D;
}
.AnyTagClassName
{
color: #6D6C1D;
}
</style>
background-color css
<style>
a { background-color: #6D6C1D; }
a { background-color: rgb(109,108,29); }
div.DivClassName
{
background-color: #6D6C1D;
}
.BgClassName
{
background-color: #6D6C1D;
}
</style>
border-color css
<style>
span { border-color: #6D6C1D; }
span { border-color: rgb(109,108,29); }
td.TdClassName
{
border-color: #6D6C1D;
}
.TagClassName
{
border-color: #6D6C1D;
}
</style>