Shades of Mocha #6C342A
Tints of Mocha #6C342A
RGB
CMYK
RGB Variations
Color information
#6C342A (or 0x6C342A) is known color: Mocha. HEX triplet: 6C, 34 and 2A. RGB value is (108,52,42). Sum of RGB (Red+Green+Blue) = 108+52+42=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C342A is #93CBD5. Grayscale: #434343. Windows color (decimal): -9685974 or 2765932. OLE color: 2765932.
HSL color Cylindrical-coordinate representation of color #6C342A: hue angle of 9.09º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C342A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 42 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.58 |
| HSL | 9.09º | 0.44% | 0.29% | - |
| HSV(B) | 9.09º | 0.61% | 0.42% | - |
| XYZ | 7.83 | 5.81 | 2.9 | - |
| YUV | 67.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 42 | 0 | 0.52 | 0.61 | 0.58 | 9.09 | 0.44 | 0.29 |
| Hex | 6C | 34 | 2A | 0 | 34 | 3D | 3A | 9 | 2C | 1D |
| Octal | 154 | 64 | 52 | 0 | 64 | 75 | 72 | 11 | 54 | 35 |
| Binary | 1101100 | 110100 | 101010 | 0 | 110100 | 111101 | 111010 | 1001 | 101100 | 11101 |
Color Harmonies of #6C342A
Complementary color
Monochromatic Colors of #6C342A
Black with #6C342A
Text Example
Text Example
White with #6C342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C342A; }
p { color: rgb(108,52,42); }
H1.HeaderClassName
{
color: #6C342A;
}
.AnyTagClassName
{
color: #6C342A;
}
</style>
background-color css
<style>
a { background-color: #6C342A; }
a { background-color: rgb(108,52,42); }
div.DivClassName
{
background-color: #6C342A;
}
.BgClassName
{
background-color: #6C342A;
}
</style>
border-color css
<style>
span { border-color: #6C342A; }
span { border-color: rgb(108,52,42); }
td.TdClassName
{
border-color: #6C342A;
}
.TagClassName
{
border-color: #6C342A;
}
</style>