Shades of Mocha #6D3A2D
Tints of Mocha #6D3A2D
RGB
CMYK
RGB Variations
Color information
#6D3A2D (or 0x6D3A2D) is known color: Mocha. HEX triplet: 6D, 3A and 2D. RGB value is (109,58,45). Sum of RGB (Red+Green+Blue) = 109+58+45=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A2D is #92C5D2. Grayscale: #474747. Windows color (decimal): -9618899 or 2964077. OLE color: 2964077.
HSL color Cylindrical-coordinate representation of color #6D3A2D: hue angle of 12.19º 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 #6D3A2D is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 45 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.57 |
| HSL | 12.19º | 0.42% | 0.3% | - |
| HSV(B) | 12.19º | 0.59% | 0.43% | - |
| XYZ | 8.29 | 6.47 | 3.29 | - |
| YUV | 71.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 45 | 0 | 0.47 | 0.59 | 0.57 | 12.19 | 0.42 | 0.3 |
| Hex | 6D | 3A | 2D | 0 | 2F | 3B | 39 | C | 2A | 1E |
| Octal | 155 | 72 | 55 | 0 | 57 | 73 | 71 | 14 | 52 | 36 |
| Binary | 1101101 | 111010 | 101101 | 0 | 101111 | 111011 | 111001 | 1100 | 101010 | 11110 |
Color Harmonies of #6D3A2D
Complementary color
Monochromatic Colors of #6D3A2D
Black with #6D3A2D
Text Example
Text Example
White with #6D3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A2D; }
p { color: rgb(109,58,45); }
H1.HeaderClassName
{
color: #6D3A2D;
}
.AnyTagClassName
{
color: #6D3A2D;
}
</style>
background-color css
<style>
a { background-color: #6D3A2D; }
a { background-color: rgb(109,58,45); }
div.DivClassName
{
background-color: #6D3A2D;
}
.BgClassName
{
background-color: #6D3A2D;
}
</style>
border-color css
<style>
span { border-color: #6D3A2D; }
span { border-color: rgb(109,58,45); }
td.TdClassName
{
border-color: #6D3A2D;
}
.TagClassName
{
border-color: #6D3A2D;
}
</style>