Shades of Moccaccino #612E2A
Tints of Moccaccino #612E2A
RGB
CMYK
RGB Variations
Color information
#612E2A (or 0x612E2A) is known color: Moccaccino. HEX triplet: 61, 2E and 2A. RGB value is (97,46,42). Sum of RGB (Red+Green+Blue) = 97+46+42=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E2A is #9ED1D5. Grayscale: #3C3C3C. Windows color (decimal): -10408406 or 2764385. OLE color: 2764385.
HSL color Cylindrical-coordinate representation of color #612E2A: hue angle of 4.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612E2A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 42 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.62 |
| HSL | 4.36º | 0.4% | 0.27% | - |
| HSV(B) | 4.36º | 0.57% | 0.38% | - |
| XYZ | 6.32 | 4.66 | 2.76 | - |
| YUV | 60.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 42 | 0 | 0.53 | 0.57 | 0.62 | 4.36 | 0.4 | 0.27 |
| Hex | 61 | 2E | 2A | 0 | 35 | 39 | 3E | 4 | 28 | 1B |
| Octal | 141 | 56 | 52 | 0 | 65 | 71 | 76 | 4 | 50 | 33 |
| Binary | 1100001 | 101110 | 101010 | 0 | 110101 | 111001 | 111110 | 100 | 101000 | 11011 |
Color Harmonies of #612E2A
Complementary color
Monochromatic Colors of #612E2A
Black with #612E2A
Text Example
Text Example
White with #612E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E2A; }
p { color: rgb(97,46,42); }
H1.HeaderClassName
{
color: #612E2A;
}
.AnyTagClassName
{
color: #612E2A;
}
</style>
background-color css
<style>
a { background-color: #612E2A; }
a { background-color: rgb(97,46,42); }
div.DivClassName
{
background-color: #612E2A;
}
.BgClassName
{
background-color: #612E2A;
}
</style>
border-color css
<style>
span { border-color: #612E2A; }
span { border-color: rgb(97,46,42); }
td.TdClassName
{
border-color: #612E2A;
}
.TagClassName
{
border-color: #612E2A;
}
</style>