Shades of Mocha #6F352A
Tints of Mocha #6F352A
RGB
CMYK
RGB Variations
Color information
#6F352A (or 0x6F352A) is known color: Mocha. HEX triplet: 6F, 35 and 2A. RGB value is (111,53,42). Sum of RGB (Red+Green+Blue) = 111+53+42=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F352A is #90CAD5. Grayscale: #454545. Windows color (decimal): -9489110 or 2766191. OLE color: 2766191.
HSL color Cylindrical-coordinate representation of color #6F352A: hue angle of 9.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F352A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 42 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.56 |
| HSL | 9.57º | 0.45% | 0.3% | - |
| HSV(B) | 9.57º | 0.62% | 0.44% | - |
| XYZ | 8.25 | 6.09 | 2.93 | - |
| YUV | 69.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 42 | 0 | 0.52 | 0.62 | 0.56 | 9.57 | 0.45 | 0.3 |
| Hex | 6F | 35 | 2A | 0 | 34 | 3E | 38 | A | 2D | 1E |
| Octal | 157 | 65 | 52 | 0 | 64 | 76 | 70 | 12 | 55 | 36 |
| Binary | 1101111 | 110101 | 101010 | 0 | 110100 | 111110 | 111000 | 1010 | 101101 | 11110 |
Color Harmonies of #6F352A
Complementary color
Monochromatic Colors of #6F352A
Black with #6F352A
Text Example
Text Example
White with #6F352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F352A; }
p { color: rgb(111,53,42); }
H1.HeaderClassName
{
color: #6F352A;
}
.AnyTagClassName
{
color: #6F352A;
}
</style>
background-color css
<style>
a { background-color: #6F352A; }
a { background-color: rgb(111,53,42); }
div.DivClassName
{
background-color: #6F352A;
}
.BgClassName
{
background-color: #6F352A;
}
</style>
border-color css
<style>
span { border-color: #6F352A; }
span { border-color: rgb(111,53,42); }
td.TdClassName
{
border-color: #6F352A;
}
.TagClassName
{
border-color: #6F352A;
}
</style>