Shades of Mocha #6E362C
Tints of Mocha #6E362C
RGB
CMYK
RGB Variations
Color information
#6E362C (or 0x6E362C) is known color: Mocha. HEX triplet: 6E, 36 and 2C. RGB value is (110,54,44). Sum of RGB (Red+Green+Blue) = 110+54+44=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E362C is #91C9D3. Grayscale: #454545. Windows color (decimal): -9554388 or 2897518. OLE color: 2897518.
HSL color Cylindrical-coordinate representation of color #6E362C: 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.6%. Process color model (Four color, CMYK) of #6E362C is Cyan = 0, Magento = 0.51, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 44 | - |
| CMYK | 0 | 0.51 | 0.6 | 0.57 |
| HSL | 9.09º | 0.43% | 0.3% | - |
| HSV(B) | 9.09º | 0.6% | 0.43% | - |
| XYZ | 8.2 | 6.14 | 3.13 | - |
| YUV | 69.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 44 | 0 | 0.51 | 0.6 | 0.57 | 9.09 | 0.43 | 0.3 |
| Hex | 6E | 36 | 2C | 0 | 33 | 3C | 39 | 9 | 2B | 1E |
| Octal | 156 | 66 | 54 | 0 | 63 | 74 | 71 | 11 | 53 | 36 |
| Binary | 1101110 | 110110 | 101100 | 0 | 110011 | 111100 | 111001 | 1001 | 101011 | 11110 |
Color Harmonies of #6E362C
Complementary color
Monochromatic Colors of #6E362C
Black with #6E362C
Text Example
Text Example
White with #6E362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E362C; }
p { color: rgb(110,54,44); }
H1.HeaderClassName
{
color: #6E362C;
}
.AnyTagClassName
{
color: #6E362C;
}
</style>
background-color css
<style>
a { background-color: #6E362C; }
a { background-color: rgb(110,54,44); }
div.DivClassName
{
background-color: #6E362C;
}
.BgClassName
{
background-color: #6E362C;
}
</style>
border-color css
<style>
span { border-color: #6E362C; }
span { border-color: rgb(110,54,44); }
td.TdClassName
{
border-color: #6E362C;
}
.TagClassName
{
border-color: #6E362C;
}
</style>