Shades of Olivetone #6D630C
Tints of Olivetone #6D630C
RGB
CMYK
RGB Variations
Color information
#6D630C (or 0x6D630C) is known color: Olivetone. HEX triplet: 6D, 63 and 0C. RGB value is (109,99,12). Sum of RGB (Red+Green+Blue) = 109+99+12=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D630C is #929CF3. Grayscale: #5C5C5C. Windows color (decimal): -9608436 or 811885. OLE color: 811885.
HSL color Cylindrical-coordinate representation of color #6D630C: hue angle of 53.81º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D630C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 12 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.57 |
| HSL | 53.81º | 0.8% | 0.24% | - |
| HSV(B) | 53.81º | 0.89% | 0.43% | - |
| XYZ | 10.83 | 12.2 | 2.13 | - |
| YUV | 92.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 12 | 0 | 0.09 | 0.89 | 0.57 | 53.81 | 0.8 | 0.24 |
| Hex | 6D | 63 | C | 0 | 9 | 59 | 39 | 36 | 50 | 18 |
| Octal | 155 | 143 | 14 | 0 | 11 | 131 | 71 | 66 | 120 | 30 |
| Binary | 1101101 | 1100011 | 1100 | 0 | 1001 | 1011001 | 111001 | 110110 | 1010000 | 11000 |
Color Harmonies of #6D630C
Complementary color
Monochromatic Colors of #6D630C
Black with #6D630C
Text Example
Text Example
White with #6D630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D630C; }
p { color: rgb(109,99,12); }
H1.HeaderClassName
{
color: #6D630C;
}
.AnyTagClassName
{
color: #6D630C;
}
</style>
background-color css
<style>
a { background-color: #6D630C; }
a { background-color: rgb(109,99,12); }
div.DivClassName
{
background-color: #6D630C;
}
.BgClassName
{
background-color: #6D630C;
}
</style>
border-color css
<style>
span { border-color: #6D630C; }
span { border-color: rgb(109,99,12); }
td.TdClassName
{
border-color: #6D630C;
}
.TagClassName
{
border-color: #6D630C;
}
</style>