Shades of Mocha #6E362F
Tints of Mocha #6E362F
RGB
CMYK
RGB Variations
Color information
#6E362F (or 0x6E362F) is known color: Mocha. HEX triplet: 6E, 36 and 2F. RGB value is (110,54,47). Sum of RGB (Red+Green+Blue) = 110+54+47=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E362F is #91C9D0. Grayscale: #464646. Windows color (decimal): -9554385 or 3094126. OLE color: 3094126.
HSL color Cylindrical-coordinate representation of color #6E362F: hue angle of 6.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E362F is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 47 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.57 |
| HSL | 6.67º | 0.4% | 0.31% | - |
| HSV(B) | 6.67º | 0.57% | 0.43% | - |
| XYZ | 8.26 | 6.16 | 3.44 | - |
| YUV | 69.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 47 | 0 | 0.51 | 0.57 | 0.57 | 6.67 | 0.4 | 0.31 |
| Hex | 6E | 36 | 2F | 0 | 33 | 39 | 39 | 7 | 28 | 1F |
| Octal | 156 | 66 | 57 | 0 | 63 | 71 | 71 | 7 | 50 | 37 |
| Binary | 1101110 | 110110 | 101111 | 0 | 110011 | 111001 | 111001 | 111 | 101000 | 11111 |
Color Harmonies of #6E362F
Complementary color
Monochromatic Colors of #6E362F
Black with #6E362F
Text Example
Text Example
White with #6E362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E362F; }
p { color: rgb(110,54,47); }
H1.HeaderClassName
{
color: #6E362F;
}
.AnyTagClassName
{
color: #6E362F;
}
</style>
background-color css
<style>
a { background-color: #6E362F; }
a { background-color: rgb(110,54,47); }
div.DivClassName
{
background-color: #6E362F;
}
.BgClassName
{
background-color: #6E362F;
}
</style>
border-color css
<style>
span { border-color: #6E362F; }
span { border-color: rgb(110,54,47); }
td.TdClassName
{
border-color: #6E362F;
}
.TagClassName
{
border-color: #6E362F;
}
</style>