Shades of Mocha #6C3A2E
Tints of Mocha #6C3A2E
RGB
CMYK
RGB Variations
Color information
#6C3A2E (or 0x6C3A2E) is known color: Mocha. HEX triplet: 6C, 3A and 2E. RGB value is (108,58,46). Sum of RGB (Red+Green+Blue) = 108+58+46=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A2E is #93C5D1. Grayscale: #474747. Windows color (decimal): -9684434 or 3029612. OLE color: 3029612.
HSL color Cylindrical-coordinate representation of color #6C3A2E: hue angle of 11.61º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3A2E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 46 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.58 |
| HSL | 11.61º | 0.4% | 0.3% | - |
| HSV(B) | 11.61º | 0.57% | 0.42% | - |
| XYZ | 8.19 | 6.41 | 3.39 | - |
| YUV | 71.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 46 | 0 | 0.46 | 0.57 | 0.58 | 11.61 | 0.4 | 0.3 |
| Hex | 6C | 3A | 2E | 0 | 2E | 39 | 3A | C | 28 | 1E |
| Octal | 154 | 72 | 56 | 0 | 56 | 71 | 72 | 14 | 50 | 36 |
| Binary | 1101100 | 111010 | 101110 | 0 | 101110 | 111001 | 111010 | 1100 | 101000 | 11110 |
Color Harmonies of #6C3A2E
Complementary color
Monochromatic Colors of #6C3A2E
Black with #6C3A2E
Text Example
Text Example
White with #6C3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A2E; }
p { color: rgb(108,58,46); }
H1.HeaderClassName
{
color: #6C3A2E;
}
.AnyTagClassName
{
color: #6C3A2E;
}
</style>
background-color css
<style>
a { background-color: #6C3A2E; }
a { background-color: rgb(108,58,46); }
div.DivClassName
{
background-color: #6C3A2E;
}
.BgClassName
{
background-color: #6C3A2E;
}
</style>
border-color css
<style>
span { border-color: #6C3A2E; }
span { border-color: rgb(108,58,46); }
td.TdClassName
{
border-color: #6C3A2E;
}
.TagClassName
{
border-color: #6C3A2E;
}
</style>