Shades of Moccaccino #612B2B
Tints of Moccaccino #612B2B
RGB
CMYK
RGB Variations
Color information
#612B2B (or 0x612B2B) is known color: Moccaccino. HEX triplet: 61, 2B and 2B. RGB value is (97,43,43). Sum of RGB (Red+Green+Blue) = 97+43+43=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2B is #9ED4D4. Grayscale: #3B3B3B. Windows color (decimal): -10409173 or 2829153. OLE color: 2829153.
HSL color Cylindrical-coordinate representation of color #612B2B: hue angle of 0º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B2B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 43 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.62 |
| HSL | 0º | 0.39% | 0.27% | - |
| HSV(B) | 0º | 0.56% | 0.38% | - |
| XYZ | 6.23 | 4.44 | 2.81 | - |
| YUV | 59.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 43 | 0 | 0.56 | 0.56 | 0.62 | 0 | 0.39 | 0.27 |
| Hex | 61 | 2B | 2B | 0 | 38 | 38 | 3E | 0 | 27 | 1B |
| Octal | 141 | 53 | 53 | 0 | 70 | 70 | 76 | 0 | 47 | 33 |
| Binary | 1100001 | 101011 | 101011 | 0 | 111000 | 111000 | 111110 | 0 | 100111 | 11011 |
Color Harmonies of #612B2B
Complementary color
Monochromatic Colors of #612B2B
Black with #612B2B
Text Example
Text Example
White with #612B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B2B; }
p { color: rgb(97,43,43); }
H1.HeaderClassName
{
color: #612B2B;
}
.AnyTagClassName
{
color: #612B2B;
}
</style>
background-color css
<style>
a { background-color: #612B2B; }
a { background-color: rgb(97,43,43); }
div.DivClassName
{
background-color: #612B2B;
}
.BgClassName
{
background-color: #612B2B;
}
</style>
border-color css
<style>
span { border-color: #612B2B; }
span { border-color: rgb(97,43,43); }
td.TdClassName
{
border-color: #612B2B;
}
.TagClassName
{
border-color: #612B2B;
}
</style>