Shades of Mocha #6F362B
Tints of Mocha #6F362B
RGB
CMYK
RGB Variations
Color information
#6F362B (or 0x6F362B) is known color: Mocha. HEX triplet: 6F, 36 and 2B. RGB value is (111,54,43). Sum of RGB (Red+Green+Blue) = 111+54+43=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F362B is #90C9D4. Grayscale: #454545. Windows color (decimal): -9488853 or 2831983. OLE color: 2831983.
HSL color Cylindrical-coordinate representation of color #6F362B: hue angle of 9.71º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F362B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 43 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.56 |
| HSL | 9.71º | 0.44% | 0.3% | - |
| HSV(B) | 9.71º | 0.61% | 0.44% | - |
| XYZ | 8.31 | 6.19 | 3.04 | - |
| YUV | 69.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 43 | 0 | 0.51 | 0.61 | 0.56 | 9.71 | 0.44 | 0.3 |
| Hex | 6F | 36 | 2B | 0 | 33 | 3D | 38 | A | 2C | 1E |
| Octal | 157 | 66 | 53 | 0 | 63 | 75 | 70 | 12 | 54 | 36 |
| Binary | 1101111 | 110110 | 101011 | 0 | 110011 | 111101 | 111000 | 1010 | 101100 | 11110 |
Color Harmonies of #6F362B
Complementary color
Monochromatic Colors of #6F362B
Black with #6F362B
Text Example
Text Example
White with #6F362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F362B; }
p { color: rgb(111,54,43); }
H1.HeaderClassName
{
color: #6F362B;
}
.AnyTagClassName
{
color: #6F362B;
}
</style>
background-color css
<style>
a { background-color: #6F362B; }
a { background-color: rgb(111,54,43); }
div.DivClassName
{
background-color: #6F362B;
}
.BgClassName
{
background-color: #6F362B;
}
</style>
border-color css
<style>
span { border-color: #6F362B; }
span { border-color: rgb(111,54,43); }
td.TdClassName
{
border-color: #6F362B;
}
.TagClassName
{
border-color: #6F362B;
}
</style>