Shades of Mocha #6D382F
Tints of Mocha #6D382F
RGB
CMYK
RGB Variations
Color information
#6D382F (or 0x6D382F) is known color: Mocha. HEX triplet: 6D, 38 and 2F. RGB value is (109,56,47). Sum of RGB (Red+Green+Blue) = 109+56+47=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D382F is #92C7D0. Grayscale: #464646. Windows color (decimal): -9619409 or 3094637. OLE color: 3094637.
HSL color Cylindrical-coordinate representation of color #6D382F: hue angle of 8.71º 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 #6D382F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 47 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.57 |
| HSL | 8.71º | 0.4% | 0.31% | - |
| HSV(B) | 8.71º | 0.57% | 0.43% | - |
| XYZ | 8.23 | 6.28 | 3.47 | - |
| YUV | 70.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 47 | 0 | 0.49 | 0.57 | 0.57 | 8.71 | 0.4 | 0.31 |
| Hex | 6D | 38 | 2F | 0 | 31 | 39 | 39 | 9 | 28 | 1F |
| Octal | 155 | 70 | 57 | 0 | 61 | 71 | 71 | 11 | 50 | 37 |
| Binary | 1101101 | 111000 | 101111 | 0 | 110001 | 111001 | 111001 | 1001 | 101000 | 11111 |
Color Harmonies of #6D382F
Complementary color
Monochromatic Colors of #6D382F
Black with #6D382F
Text Example
Text Example
White with #6D382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D382F; }
p { color: rgb(109,56,47); }
H1.HeaderClassName
{
color: #6D382F;
}
.AnyTagClassName
{
color: #6D382F;
}
</style>
background-color css
<style>
a { background-color: #6D382F; }
a { background-color: rgb(109,56,47); }
div.DivClassName
{
background-color: #6D382F;
}
.BgClassName
{
background-color: #6D382F;
}
</style>
border-color css
<style>
span { border-color: #6D382F; }
span { border-color: rgb(109,56,47); }
td.TdClassName
{
border-color: #6D382F;
}
.TagClassName
{
border-color: #6D382F;
}
</style>