Shades of Mocha #6F382A
Tints of Mocha #6F382A
RGB
CMYK
RGB Variations
Color information
#6F382A (or 0x6F382A) is known color: Mocha. HEX triplet: 6F, 38 and 2A. RGB value is (111,56,42). Sum of RGB (Red+Green+Blue) = 111+56+42=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F382A is #90C7D5. Grayscale: #464646. Windows color (decimal): -9488342 or 2766959. OLE color: 2766959.
HSL color Cylindrical-coordinate representation of color #6F382A: hue angle of 12.17º 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 #6F382A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 42 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.56 |
| HSL | 12.17º | 0.45% | 0.3% | - |
| HSV(B) | 12.17º | 0.62% | 0.44% | - |
| XYZ | 8.39 | 6.38 | 2.98 | - |
| YUV | 70.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 42 | 0 | 0.50 | 0.62 | 0.56 | 12.17 | 0.45 | 0.3 |
| Hex | 6F | 38 | 2A | 0 | 32 | 3E | 38 | C | 2D | 1E |
| Octal | 157 | 70 | 52 | 0 | 62 | 76 | 70 | 14 | 55 | 36 |
| Binary | 1101111 | 111000 | 101010 | 0 | 110010 | 111110 | 111000 | 1100 | 101101 | 11110 |
Color Harmonies of #6F382A
Complementary color
Monochromatic Colors of #6F382A
Black with #6F382A
Text Example
Text Example
White with #6F382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F382A; }
p { color: rgb(111,56,42); }
H1.HeaderClassName
{
color: #6F382A;
}
.AnyTagClassName
{
color: #6F382A;
}
</style>
background-color css
<style>
a { background-color: #6F382A; }
a { background-color: rgb(111,56,42); }
div.DivClassName
{
background-color: #6F382A;
}
.BgClassName
{
background-color: #6F382A;
}
</style>
border-color css
<style>
span { border-color: #6F382A; }
span { border-color: rgb(111,56,42); }
td.TdClassName
{
border-color: #6F382A;
}
.TagClassName
{
border-color: #6F382A;
}
</style>