Shades of Mocha #6B392E
Tints of Mocha #6B392E
RGB
CMYK
RGB Variations
Color information
#6B392E (or 0x6B392E) is known color: Mocha. HEX triplet: 6B, 39 and 2E. RGB value is (107,57,46). Sum of RGB (Red+Green+Blue) = 107+57+46=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B392E is #94C6D1. Grayscale: #464646. Windows color (decimal): -9750226 or 3029355. OLE color: 3029355.
HSL color Cylindrical-coordinate representation of color #6B392E: hue angle of 10.82º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B392E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 46 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.58 |
| HSL | 10.82º | 0.4% | 0.3% | - |
| HSV(B) | 10.82º | 0.57% | 0.42% | - |
| XYZ | 8.02 | 6.25 | 3.37 | - |
| YUV | 70.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 46 | 0 | 0.47 | 0.57 | 0.58 | 10.82 | 0.4 | 0.3 |
| Hex | 6B | 39 | 2E | 0 | 2F | 39 | 3A | B | 28 | 1E |
| Octal | 153 | 71 | 56 | 0 | 57 | 71 | 72 | 13 | 50 | 36 |
| Binary | 1101011 | 111001 | 101110 | 0 | 101111 | 111001 | 111010 | 1011 | 101000 | 11110 |
Color Harmonies of #6B392E
Complementary color
Monochromatic Colors of #6B392E
Black with #6B392E
Text Example
Text Example
White with #6B392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B392E; }
p { color: rgb(107,57,46); }
H1.HeaderClassName
{
color: #6B392E;
}
.AnyTagClassName
{
color: #6B392E;
}
</style>
background-color css
<style>
a { background-color: #6B392E; }
a { background-color: rgb(107,57,46); }
div.DivClassName
{
background-color: #6B392E;
}
.BgClassName
{
background-color: #6B392E;
}
</style>
border-color css
<style>
span { border-color: #6B392E; }
span { border-color: rgb(107,57,46); }
td.TdClassName
{
border-color: #6B392E;
}
.TagClassName
{
border-color: #6B392E;
}
</style>