Shades of Moccaccino #612C26
Tints of Moccaccino #612C26
RGB
CMYK
RGB Variations
Color information
#612C26 (or 0x612C26) is known color: Moccaccino. HEX triplet: 61, 2C and 26. RGB value is (97,44,38). Sum of RGB (Red+Green+Blue) = 97+44+38=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #612C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C26 is #9ED3D9. Grayscale: #3B3B3B. Windows color (decimal): -10408922 or 2501729. OLE color: 2501729.
HSL color Cylindrical-coordinate representation of color #612C26: hue angle of 6.1º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612C26 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 38 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.62 |
| HSL | 6.1º | 0.44% | 0.26% | - |
| HSV(B) | 6.1º | 0.61% | 0.38% | - |
| XYZ | 6.18 | 4.48 | 2.37 | - |
| YUV | 59.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 38 | 0 | 0.55 | 0.61 | 0.62 | 6.1 | 0.44 | 0.26 |
| Hex | 61 | 2C | 26 | 0 | 37 | 3D | 3E | 6 | 2C | 1A |
| Octal | 141 | 54 | 46 | 0 | 67 | 75 | 76 | 6 | 54 | 32 |
| Binary | 1100001 | 101100 | 100110 | 0 | 110111 | 111101 | 111110 | 110 | 101100 | 11010 |
Color Harmonies of #612C26
Complementary color
Monochromatic Colors of #612C26
Black with #612C26
Text Example
Text Example
White with #612C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C26; }
p { color: rgb(97,44,38); }
H1.HeaderClassName
{
color: #612C26;
}
.AnyTagClassName
{
color: #612C26;
}
</style>
background-color css
<style>
a { background-color: #612C26; }
a { background-color: rgb(97,44,38); }
div.DivClassName
{
background-color: #612C26;
}
.BgClassName
{
background-color: #612C26;
}
</style>
border-color css
<style>
span { border-color: #612C26; }
span { border-color: rgb(97,44,38); }
td.TdClassName
{
border-color: #612C26;
}
.TagClassName
{
border-color: #612C26;
}
</style>