Shades of Mocha #6E3A2B
Tints of Mocha #6E3A2B
RGB
CMYK
RGB Variations
Color information
#6E3A2B (or 0x6E3A2B) is known color: Mocha. HEX triplet: 6E, 3A and 2B. RGB value is (110,58,43). Sum of RGB (Red+Green+Blue) = 110+58+43=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A2B is #91C5D4. Grayscale: #474747. Windows color (decimal): -9553365 or 2833006. OLE color: 2833006.
HSL color Cylindrical-coordinate representation of color #6E3A2B: hue angle of 13.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3A2B is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 43 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.57 |
| HSL | 13.43º | 0.44% | 0.3% | - |
| HSV(B) | 13.43º | 0.61% | 0.43% | - |
| XYZ | 8.38 | 6.52 | 3.1 | - |
| YUV | 71.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 43 | 0 | 0.47 | 0.61 | 0.57 | 13.43 | 0.44 | 0.3 |
| Hex | 6E | 3A | 2B | 0 | 2F | 3D | 39 | D | 2C | 1E |
| Octal | 156 | 72 | 53 | 0 | 57 | 75 | 71 | 15 | 54 | 36 |
| Binary | 1101110 | 111010 | 101011 | 0 | 101111 | 111101 | 111001 | 1101 | 101100 | 11110 |
Color Harmonies of #6E3A2B
Complementary color
Monochromatic Colors of #6E3A2B
Black with #6E3A2B
Text Example
Text Example
White with #6E3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A2B; }
p { color: rgb(110,58,43); }
H1.HeaderClassName
{
color: #6E3A2B;
}
.AnyTagClassName
{
color: #6E3A2B;
}
</style>
background-color css
<style>
a { background-color: #6E3A2B; }
a { background-color: rgb(110,58,43); }
div.DivClassName
{
background-color: #6E3A2B;
}
.BgClassName
{
background-color: #6E3A2B;
}
</style>
border-color css
<style>
span { border-color: #6E3A2B; }
span { border-color: rgb(110,58,43); }
td.TdClassName
{
border-color: #6E3A2B;
}
.TagClassName
{
border-color: #6E3A2B;
}
</style>