Shades of Mocha #6D352B
Tints of Mocha #6D352B
RGB
CMYK
RGB Variations
Color information
#6D352B (or 0x6D352B) is known color: Mocha. HEX triplet: 6D, 35 and 2B. RGB value is (109,53,43). Sum of RGB (Red+Green+Blue) = 109+53+43=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D352B is #92CAD4. Grayscale: #444444. Windows color (decimal): -9620181 or 2831725. OLE color: 2831725.
HSL color Cylindrical-coordinate representation of color #6D352B: hue angle of 9.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D352B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 43 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.57 |
| HSL | 9.09º | 0.43% | 0.3% | - |
| HSV(B) | 9.09º | 0.61% | 0.43% | - |
| XYZ | 8.02 | 5.97 | 3.02 | - |
| YUV | 68.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 43 | 0 | 0.51 | 0.61 | 0.57 | 9.09 | 0.43 | 0.3 |
| Hex | 6D | 35 | 2B | 0 | 33 | 3D | 39 | 9 | 2B | 1E |
| Octal | 155 | 65 | 53 | 0 | 63 | 75 | 71 | 11 | 53 | 36 |
| Binary | 1101101 | 110101 | 101011 | 0 | 110011 | 111101 | 111001 | 1001 | 101011 | 11110 |
Color Harmonies of #6D352B
Complementary color
Monochromatic Colors of #6D352B
Black with #6D352B
Text Example
Text Example
White with #6D352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D352B; }
p { color: rgb(109,53,43); }
H1.HeaderClassName
{
color: #6D352B;
}
.AnyTagClassName
{
color: #6D352B;
}
</style>
background-color css
<style>
a { background-color: #6D352B; }
a { background-color: rgb(109,53,43); }
div.DivClassName
{
background-color: #6D352B;
}
.BgClassName
{
background-color: #6D352B;
}
</style>
border-color css
<style>
span { border-color: #6D352B; }
span { border-color: rgb(109,53,43); }
td.TdClassName
{
border-color: #6D352B;
}
.TagClassName
{
border-color: #6D352B;
}
</style>