Shades of Mocha #6D3C2D
Tints of Mocha #6D3C2D
RGB
CMYK
RGB Variations
Color information
#6D3C2D (or 0x6D3C2D) is known color: Mocha. HEX triplet: 6D, 3C and 2D. RGB value is (109,60,45). Sum of RGB (Red+Green+Blue) = 109+60+45=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3C2D is #92C3D2. Grayscale: #494949. Windows color (decimal): -9618387 or 2964589. OLE color: 2964589.
HSL color Cylindrical-coordinate representation of color #6D3C2D: hue angle of 14.06º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3C2D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 45 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.57 |
| HSL | 14.06º | 0.42% | 0.3% | - |
| HSV(B) | 14.06º | 0.59% | 0.43% | - |
| XYZ | 8.4 | 6.67 | 3.33 | - |
| YUV | 72.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 45 | 0 | 0.45 | 0.59 | 0.57 | 14.06 | 0.42 | 0.3 |
| Hex | 6D | 3C | 2D | 0 | 2D | 3B | 39 | E | 2A | 1E |
| Octal | 155 | 74 | 55 | 0 | 55 | 73 | 71 | 16 | 52 | 36 |
| Binary | 1101101 | 111100 | 101101 | 0 | 101101 | 111011 | 111001 | 1110 | 101010 | 11110 |
Color Harmonies of #6D3C2D
Complementary color
Monochromatic Colors of #6D3C2D
Black with #6D3C2D
Text Example
Text Example
White with #6D3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C2D; }
p { color: rgb(109,60,45); }
H1.HeaderClassName
{
color: #6D3C2D;
}
.AnyTagClassName
{
color: #6D3C2D;
}
</style>
background-color css
<style>
a { background-color: #6D3C2D; }
a { background-color: rgb(109,60,45); }
div.DivClassName
{
background-color: #6D3C2D;
}
.BgClassName
{
background-color: #6D3C2D;
}
</style>
border-color css
<style>
span { border-color: #6D3C2D; }
span { border-color: rgb(109,60,45); }
td.TdClassName
{
border-color: #6D3C2D;
}
.TagClassName
{
border-color: #6D3C2D;
}
</style>