Shades of Olivetone #6D6413
Tints of Olivetone #6D6413
RGB
CMYK
RGB Variations
Color information
#6D6413 (or 0x6D6413) is known color: Olivetone. HEX triplet: 6D, 64 and 13. RGB value is (109,100,19). Sum of RGB (Red+Green+Blue) = 109+100+19=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6413 is #929BEC. Grayscale: #5D5D5D. Windows color (decimal): -9608173 or 1270893. OLE color: 1270893.
HSL color Cylindrical-coordinate representation of color #6D6413: hue angle of 54º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D6413 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 19 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.57 |
| HSL | 54º | 0.7% | 0.25% | - |
| HSV(B) | 54º | 0.83% | 0.43% | - |
| XYZ | 10.98 | 12.41 | 2.43 | - |
| YUV | 93.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 19 | 0 | 0.08 | 0.83 | 0.57 | 54 | 0.7 | 0.25 |
| Hex | 6D | 64 | 13 | 0 | 8 | 53 | 39 | 36 | 46 | 19 |
| Octal | 155 | 144 | 23 | 0 | 10 | 123 | 71 | 66 | 106 | 31 |
| Binary | 1101101 | 1100100 | 10011 | 0 | 1000 | 1010011 | 111001 | 110110 | 1000110 | 11001 |
Color Harmonies of #6D6413
Complementary color
Monochromatic Colors of #6D6413
Black with #6D6413
Text Example
Text Example
White with #6D6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6413; }
p { color: rgb(109,100,19); }
H1.HeaderClassName
{
color: #6D6413;
}
.AnyTagClassName
{
color: #6D6413;
}
</style>
background-color css
<style>
a { background-color: #6D6413; }
a { background-color: rgb(109,100,19); }
div.DivClassName
{
background-color: #6D6413;
}
.BgClassName
{
background-color: #6D6413;
}
</style>
border-color css
<style>
span { border-color: #6D6413; }
span { border-color: rgb(109,100,19); }
td.TdClassName
{
border-color: #6D6413;
}
.TagClassName
{
border-color: #6D6413;
}
</style>