Shades of Mocha #6F3C2E
Tints of Mocha #6F3C2E
RGB
CMYK
RGB Variations
Color information
#6F3C2E (or 0x6F3C2E) is known color: Mocha. HEX triplet: 6F, 3C and 2E. RGB value is (111,60,46). Sum of RGB (Red+Green+Blue) = 111+60+46=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C2E is #90C3D1. Grayscale: #494949. Windows color (decimal): -9487314 or 3030127. OLE color: 3030127.
HSL color Cylindrical-coordinate representation of color #6F3C2E: hue angle of 12.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3C2E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 46 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.56 |
| HSL | 12.92º | 0.41% | 0.31% | - |
| HSV(B) | 12.92º | 0.59% | 0.44% | - |
| XYZ | 8.66 | 6.81 | 3.44 | - |
| YUV | 73.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 46 | 0 | 0.46 | 0.59 | 0.56 | 12.92 | 0.41 | 0.31 |
| Hex | 6F | 3C | 2E | 0 | 2E | 3B | 38 | D | 29 | 1F |
| Octal | 157 | 74 | 56 | 0 | 56 | 73 | 70 | 15 | 51 | 37 |
| Binary | 1101111 | 111100 | 101110 | 0 | 101110 | 111011 | 111000 | 1101 | 101001 | 11111 |
Color Harmonies of #6F3C2E
Complementary color
Monochromatic Colors of #6F3C2E
Black with #6F3C2E
Text Example
Text Example
White with #6F3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C2E; }
p { color: rgb(111,60,46); }
H1.HeaderClassName
{
color: #6F3C2E;
}
.AnyTagClassName
{
color: #6F3C2E;
}
</style>
background-color css
<style>
a { background-color: #6F3C2E; }
a { background-color: rgb(111,60,46); }
div.DivClassName
{
background-color: #6F3C2E;
}
.BgClassName
{
background-color: #6F3C2E;
}
</style>
border-color css
<style>
span { border-color: #6F3C2E; }
span { border-color: rgb(111,60,46); }
td.TdClassName
{
border-color: #6F3C2E;
}
.TagClassName
{
border-color: #6F3C2E;
}
</style>