Shades of Mocha #6F362C
Tints of Mocha #6F362C
RGB
CMYK
RGB Variations
Color information
#6F362C (or 0x6F362C) is known color: Mocha. HEX triplet: 6F, 36 and 2C. RGB value is (111,54,44). Sum of RGB (Red+Green+Blue) = 111+54+44=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F362C is #90C9D3. Grayscale: #464646. Windows color (decimal): -9488852 or 2897519. OLE color: 2897519.
HSL color Cylindrical-coordinate representation of color #6F362C: hue angle of 8.96º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F362C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 44 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.56 |
| HSL | 8.96º | 0.43% | 0.3% | - |
| HSV(B) | 8.96º | 0.6% | 0.44% | - |
| XYZ | 8.33 | 6.2 | 3.14 | - |
| YUV | 69.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 44 | 0 | 0.51 | 0.60 | 0.56 | 8.96 | 0.43 | 0.3 |
| Hex | 6F | 36 | 2C | 0 | 33 | 3C | 38 | 9 | 2B | 1E |
| Octal | 157 | 66 | 54 | 0 | 63 | 74 | 70 | 11 | 53 | 36 |
| Binary | 1101111 | 110110 | 101100 | 0 | 110011 | 111100 | 111000 | 1001 | 101011 | 11110 |
Color Harmonies of #6F362C
Complementary color
Monochromatic Colors of #6F362C
Black with #6F362C
Text Example
Text Example
White with #6F362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F362C; }
p { color: rgb(111,54,44); }
H1.HeaderClassName
{
color: #6F362C;
}
.AnyTagClassName
{
color: #6F362C;
}
</style>
background-color css
<style>
a { background-color: #6F362C; }
a { background-color: rgb(111,54,44); }
div.DivClassName
{
background-color: #6F362C;
}
.BgClassName
{
background-color: #6F362C;
}
</style>
border-color css
<style>
span { border-color: #6F362C; }
span { border-color: rgb(111,54,44); }
td.TdClassName
{
border-color: #6F362C;
}
.TagClassName
{
border-color: #6F362C;
}
</style>