Shades of Mocha #6C362A
Tints of Mocha #6C362A
RGB
CMYK
RGB Variations
Color information
#6C362A (or 0x6C362A) is known color: Mocha. HEX triplet: 6C, 36 and 2A. RGB value is (108,54,42). Sum of RGB (Red+Green+Blue) = 108+54+42=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C362A is #93C9D5. Grayscale: #444444. Windows color (decimal): -9685462 or 2766444. OLE color: 2766444.
HSL color Cylindrical-coordinate representation of color #6C362A: hue angle of 10.91º 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 #6C362A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 42 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.58 |
| HSL | 10.91º | 0.44% | 0.29% | - |
| HSV(B) | 10.91º | 0.61% | 0.42% | - |
| XYZ | 7.92 | 5.99 | 2.93 | - |
| YUV | 68.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 42 | 0 | 0.50 | 0.61 | 0.58 | 10.91 | 0.44 | 0.29 |
| Hex | 6C | 36 | 2A | 0 | 32 | 3D | 3A | B | 2C | 1D |
| Octal | 154 | 66 | 52 | 0 | 62 | 75 | 72 | 13 | 54 | 35 |
| Binary | 1101100 | 110110 | 101010 | 0 | 110010 | 111101 | 111010 | 1011 | 101100 | 11101 |
Color Harmonies of #6C362A
Complementary color
Monochromatic Colors of #6C362A
Black with #6C362A
Text Example
Text Example
White with #6C362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C362A; }
p { color: rgb(108,54,42); }
H1.HeaderClassName
{
color: #6C362A;
}
.AnyTagClassName
{
color: #6C362A;
}
</style>
background-color css
<style>
a { background-color: #6C362A; }
a { background-color: rgb(108,54,42); }
div.DivClassName
{
background-color: #6C362A;
}
.BgClassName
{
background-color: #6C362A;
}
</style>
border-color css
<style>
span { border-color: #6C362A; }
span { border-color: rgb(108,54,42); }
td.TdClassName
{
border-color: #6C362A;
}
.TagClassName
{
border-color: #6C362A;
}
</style>