Shades of Mocha #6F3A2B
Tints of Mocha #6F3A2B
RGB
CMYK
RGB Variations
Color information
#6F3A2B (or 0x6F3A2B) is known color: Mocha. HEX triplet: 6F, 3A and 2B. RGB value is (111,58,43). Sum of RGB (Red+Green+Blue) = 111+58+43=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A2B is #90C5D4. Grayscale: #484848. Windows color (decimal): -9487829 or 2833007. OLE color: 2833007.
HSL color Cylindrical-coordinate representation of color #6F3A2B: hue angle of 13.24º 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 #6F3A2B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 43 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.56 |
| HSL | 13.24º | 0.44% | 0.3% | - |
| HSV(B) | 13.24º | 0.61% | 0.44% | - |
| XYZ | 8.5 | 6.58 | 3.11 | - |
| YUV | 72.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 43 | 0 | 0.48 | 0.61 | 0.56 | 13.24 | 0.44 | 0.3 |
| Hex | 6F | 3A | 2B | 0 | 30 | 3D | 38 | D | 2C | 1E |
| Octal | 157 | 72 | 53 | 0 | 60 | 75 | 70 | 15 | 54 | 36 |
| Binary | 1101111 | 111010 | 101011 | 0 | 110000 | 111101 | 111000 | 1101 | 101100 | 11110 |
Color Harmonies of #6F3A2B
Complementary color
Monochromatic Colors of #6F3A2B
Black with #6F3A2B
Text Example
Text Example
White with #6F3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A2B; }
p { color: rgb(111,58,43); }
H1.HeaderClassName
{
color: #6F3A2B;
}
.AnyTagClassName
{
color: #6F3A2B;
}
</style>
background-color css
<style>
a { background-color: #6F3A2B; }
a { background-color: rgb(111,58,43); }
div.DivClassName
{
background-color: #6F3A2B;
}
.BgClassName
{
background-color: #6F3A2B;
}
</style>
border-color css
<style>
span { border-color: #6F3A2B; }
span { border-color: rgb(111,58,43); }
td.TdClassName
{
border-color: #6F3A2B;
}
.TagClassName
{
border-color: #6F3A2B;
}
</style>