Shades of Mocha #6F382D
Tints of Mocha #6F382D
RGB
CMYK
RGB Variations
Color information
#6F382D (or 0x6F382D) is known color: Mocha. HEX triplet: 6F, 38 and 2D. RGB value is (111,56,45). Sum of RGB (Red+Green+Blue) = 111+56+45=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F382D is #90C7D2. Grayscale: #474747. Windows color (decimal): -9488339 or 2963567. OLE color: 2963567.
HSL color Cylindrical-coordinate representation of color #6F382D: hue angle of 10º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F382D is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 45 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.56 |
| HSL | 10º | 0.42% | 0.31% | - |
| HSV(B) | 10º | 0.59% | 0.44% | - |
| XYZ | 8.44 | 6.4 | 3.27 | - |
| YUV | 71.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 45 | 0 | 0.50 | 0.59 | 0.56 | 10 | 0.42 | 0.31 |
| Hex | 6F | 38 | 2D | 0 | 32 | 3B | 38 | A | 2A | 1F |
| Octal | 157 | 70 | 55 | 0 | 62 | 73 | 70 | 12 | 52 | 37 |
| Binary | 1101111 | 111000 | 101101 | 0 | 110010 | 111011 | 111000 | 1010 | 101010 | 11111 |
Color Harmonies of #6F382D
Complementary color
Monochromatic Colors of #6F382D
Black with #6F382D
Text Example
Text Example
White with #6F382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F382D; }
p { color: rgb(111,56,45); }
H1.HeaderClassName
{
color: #6F382D;
}
.AnyTagClassName
{
color: #6F382D;
}
</style>
background-color css
<style>
a { background-color: #6F382D; }
a { background-color: rgb(111,56,45); }
div.DivClassName
{
background-color: #6F382D;
}
.BgClassName
{
background-color: #6F382D;
}
</style>
border-color css
<style>
span { border-color: #6F382D; }
span { border-color: rgb(111,56,45); }
td.TdClassName
{
border-color: #6F382D;
}
.TagClassName
{
border-color: #6F382D;
}
</style>