Shades of Mocha #6C352E
Tints of Mocha #6C352E
RGB
CMYK
RGB Variations
Color information
#6C352E (or 0x6C352E) is known color: Mocha. HEX triplet: 6C, 35 and 2E. RGB value is (108,53,46). Sum of RGB (Red+Green+Blue) = 108+53+46=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352E is #93CAD1. Grayscale: #444444. Windows color (decimal): -9685714 or 3028332. OLE color: 3028332.
HSL color Cylindrical-coordinate representation of color #6C352E: hue angle of 6.77º 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 #6C352E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 46 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.58 |
| HSL | 6.77º | 0.4% | 0.3% | - |
| HSV(B) | 6.77º | 0.57% | 0.42% | - |
| XYZ | 7.95 | 5.93 | 3.31 | - |
| YUV | 68.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 46 | 0 | 0.51 | 0.57 | 0.58 | 6.77 | 0.4 | 0.3 |
| Hex | 6C | 35 | 2E | 0 | 33 | 39 | 3A | 7 | 28 | 1E |
| Octal | 154 | 65 | 56 | 0 | 63 | 71 | 72 | 7 | 50 | 36 |
| Binary | 1101100 | 110101 | 101110 | 0 | 110011 | 111001 | 111010 | 111 | 101000 | 11110 |
Color Harmonies of #6C352E
Complementary color
Monochromatic Colors of #6C352E
Black with #6C352E
Text Example
Text Example
White with #6C352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C352E; }
p { color: rgb(108,53,46); }
H1.HeaderClassName
{
color: #6C352E;
}
.AnyTagClassName
{
color: #6C352E;
}
</style>
background-color css
<style>
a { background-color: #6C352E; }
a { background-color: rgb(108,53,46); }
div.DivClassName
{
background-color: #6C352E;
}
.BgClassName
{
background-color: #6C352E;
}
</style>
border-color css
<style>
span { border-color: #6C352E; }
span { border-color: rgb(108,53,46); }
td.TdClassName
{
border-color: #6C352E;
}
.TagClassName
{
border-color: #6C352E;
}
</style>