Shades of Mocha #6C342C
Tints of Mocha #6C342C
RGB
CMYK
RGB Variations
Color information
#6C342C (or 0x6C342C) is known color: Mocha. HEX triplet: 6C, 34 and 2C. RGB value is (108,52,44). Sum of RGB (Red+Green+Blue) = 108+52+44=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C342C is #93CBD3. Grayscale: #434343. Windows color (decimal): -9685972 or 2897004. OLE color: 2897004.
HSL color Cylindrical-coordinate representation of color #6C342C: hue angle of 7.5º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C342C is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 44 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.58 |
| HSL | 7.5º | 0.42% | 0.3% | - |
| HSV(B) | 7.5º | 0.59% | 0.42% | - |
| XYZ | 7.87 | 5.83 | 3.09 | - |
| YUV | 67.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 44 | 0 | 0.52 | 0.59 | 0.58 | 7.5 | 0.42 | 0.3 |
| Hex | 6C | 34 | 2C | 0 | 34 | 3B | 3A | 8 | 2A | 1E |
| Octal | 154 | 64 | 54 | 0 | 64 | 73 | 72 | 10 | 52 | 36 |
| Binary | 1101100 | 110100 | 101100 | 0 | 110100 | 111011 | 111010 | 1000 | 101010 | 11110 |
Color Harmonies of #6C342C
Complementary color
Monochromatic Colors of #6C342C
Black with #6C342C
Text Example
Text Example
White with #6C342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C342C; }
p { color: rgb(108,52,44); }
H1.HeaderClassName
{
color: #6C342C;
}
.AnyTagClassName
{
color: #6C342C;
}
</style>
background-color css
<style>
a { background-color: #6C342C; }
a { background-color: rgb(108,52,44); }
div.DivClassName
{
background-color: #6C342C;
}
.BgClassName
{
background-color: #6C342C;
}
</style>
border-color css
<style>
span { border-color: #6C342C; }
span { border-color: rgb(108,52,44); }
td.TdClassName
{
border-color: #6C342C;
}
.TagClassName
{
border-color: #6C342C;
}
</style>