Shades of Mocha #6F332A
Tints of Mocha #6F332A
RGB
CMYK
RGB Variations
Color information
#6F332A (or 0x6F332A) is known color: Mocha. HEX triplet: 6F, 33 and 2A. RGB value is (111,51,42). Sum of RGB (Red+Green+Blue) = 111+51+42=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332A is #90CCD5. Grayscale: #444444. Windows color (decimal): -9489622 or 2765679. OLE color: 2765679.
HSL color Cylindrical-coordinate representation of color #6F332A: hue angle of 7.83º 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 #6F332A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 42 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.56 |
| HSL | 7.83º | 0.45% | 0.3% | - |
| HSV(B) | 7.83º | 0.62% | 0.44% | - |
| XYZ | 8.16 | 5.91 | 2.9 | - |
| YUV | 67.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 42 | 0 | 0.54 | 0.62 | 0.56 | 7.83 | 0.45 | 0.3 |
| Hex | 6F | 33 | 2A | 0 | 36 | 3E | 38 | 8 | 2D | 1E |
| Octal | 157 | 63 | 52 | 0 | 66 | 76 | 70 | 10 | 55 | 36 |
| Binary | 1101111 | 110011 | 101010 | 0 | 110110 | 111110 | 111000 | 1000 | 101101 | 11110 |
Color Harmonies of #6F332A
Complementary color
Monochromatic Colors of #6F332A
Black with #6F332A
Text Example
Text Example
White with #6F332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F332A; }
p { color: rgb(111,51,42); }
H1.HeaderClassName
{
color: #6F332A;
}
.AnyTagClassName
{
color: #6F332A;
}
</style>
background-color css
<style>
a { background-color: #6F332A; }
a { background-color: rgb(111,51,42); }
div.DivClassName
{
background-color: #6F332A;
}
.BgClassName
{
background-color: #6F332A;
}
</style>
border-color css
<style>
span { border-color: #6F332A; }
span { border-color: rgb(111,51,42); }
td.TdClassName
{
border-color: #6F332A;
}
.TagClassName
{
border-color: #6F332A;
}
</style>