Shades of Mocha #6A372E
Tints of Mocha #6A372E
RGB
CMYK
RGB Variations
Color information
#6A372E (or 0x6A372E) is known color: Mocha. HEX triplet: 6A, 37 and 2E. RGB value is (106,55,46). Sum of RGB (Red+Green+Blue) = 106+55+46=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A372E is #95C8D1. Grayscale: #454545. Windows color (decimal): -9816274 or 3028842. OLE color: 3028842.
HSL color Cylindrical-coordinate representation of color #6A372E: hue angle of 9º degrees, saturation: 0.39, 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 #6A372E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 55 | 46 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.58 |
| HSL | 9º | 0.39% | 0.3% | - |
| HSV(B) | 9º | 0.57% | 0.42% | - |
| XYZ | 7.8 | 5.99 | 3.33 | - |
| YUV | 69.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 46 | 0 | 0.48 | 0.57 | 0.58 | 9 | 0.39 | 0.3 |
| Hex | 6A | 37 | 2E | 0 | 30 | 39 | 3A | 9 | 27 | 1E |
| Octal | 152 | 67 | 56 | 0 | 60 | 71 | 72 | 11 | 47 | 36 |
| Binary | 1101010 | 110111 | 101110 | 0 | 110000 | 111001 | 111010 | 1001 | 100111 | 11110 |
Color Harmonies of #6A372E
Complementary color
Monochromatic Colors of #6A372E
Black with #6A372E
Text Example
Text Example
White with #6A372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A372E; }
p { color: rgb(106,55,46); }
H1.HeaderClassName
{
color: #6A372E;
}
.AnyTagClassName
{
color: #6A372E;
}
</style>
background-color css
<style>
a { background-color: #6A372E; }
a { background-color: rgb(106,55,46); }
div.DivClassName
{
background-color: #6A372E;
}
.BgClassName
{
background-color: #6A372E;
}
</style>
border-color css
<style>
span { border-color: #6A372E; }
span { border-color: rgb(106,55,46); }
td.TdClassName
{
border-color: #6A372E;
}
.TagClassName
{
border-color: #6A372E;
}
</style>