Shades of Moccaccino #612B2A
Tints of Moccaccino #612B2A
RGB
CMYK
RGB Variations
Color information
#612B2A (or 0x612B2A) is known color: Moccaccino. HEX triplet: 61, 2B and 2A. RGB value is (97,43,42). Sum of RGB (Red+Green+Blue) = 97+43+42=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2A is #9ED4D5. Grayscale: #3B3B3B. Windows color (decimal): -10409174 or 2763617. OLE color: 2763617.
HSL color Cylindrical-coordinate representation of color #612B2A: hue angle of 1.09º 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 #612B2A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 42 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.62 |
| HSL | 1.09º | 0.4% | 0.27% | - |
| HSV(B) | 1.09º | 0.57% | 0.38% | - |
| XYZ | 6.21 | 4.44 | 2.72 | - |
| YUV | 59.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 42 | 0 | 0.56 | 0.57 | 0.62 | 1.09 | 0.4 | 0.27 |
| Hex | 61 | 2B | 2A | 0 | 38 | 39 | 3E | 1 | 28 | 1B |
| Octal | 141 | 53 | 52 | 0 | 70 | 71 | 76 | 1 | 50 | 33 |
| Binary | 1100001 | 101011 | 101010 | 0 | 111000 | 111001 | 111110 | 1 | 101000 | 11011 |
Color Harmonies of #612B2A
Complementary color
Monochromatic Colors of #612B2A
Black with #612B2A
Text Example
Text Example
White with #612B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B2A; }
p { color: rgb(97,43,42); }
H1.HeaderClassName
{
color: #612B2A;
}
.AnyTagClassName
{
color: #612B2A;
}
</style>
background-color css
<style>
a { background-color: #612B2A; }
a { background-color: rgb(97,43,42); }
div.DivClassName
{
background-color: #612B2A;
}
.BgClassName
{
background-color: #612B2A;
}
</style>
border-color css
<style>
span { border-color: #612B2A; }
span { border-color: rgb(97,43,42); }
td.TdClassName
{
border-color: #612B2A;
}
.TagClassName
{
border-color: #612B2A;
}
</style>