Shades of Moccaccino #612F2B
Tints of Moccaccino #612F2B
RGB
CMYK
RGB Variations
Color information
#612F2B (or 0x612F2B) is known color: Moccaccino. HEX triplet: 61, 2F and 2B. RGB value is (97,47,43). Sum of RGB (Red+Green+Blue) = 97+47+43=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F2B is #9ED0D4. Grayscale: #3D3D3D. Windows color (decimal): -10408149 or 2830177. OLE color: 2830177.
HSL color Cylindrical-coordinate representation of color #612F2B: hue angle of 4.44º 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 #612F2B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 43 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.62 |
| HSL | 4.44º | 0.39% | 0.27% | - |
| HSV(B) | 4.44º | 0.56% | 0.38% | - |
| XYZ | 6.38 | 4.75 | 2.87 | - |
| YUV | 61.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 43 | 0 | 0.52 | 0.56 | 0.62 | 4.44 | 0.39 | 0.27 |
| Hex | 61 | 2F | 2B | 0 | 34 | 38 | 3E | 4 | 27 | 1B |
| Octal | 141 | 57 | 53 | 0 | 64 | 70 | 76 | 4 | 47 | 33 |
| Binary | 1100001 | 101111 | 101011 | 0 | 110100 | 111000 | 111110 | 100 | 100111 | 11011 |
Color Harmonies of #612F2B
Complementary color
Monochromatic Colors of #612F2B
Black with #612F2B
Text Example
Text Example
White with #612F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F2B; }
p { color: rgb(97,47,43); }
H1.HeaderClassName
{
color: #612F2B;
}
.AnyTagClassName
{
color: #612F2B;
}
</style>
background-color css
<style>
a { background-color: #612F2B; }
a { background-color: rgb(97,47,43); }
div.DivClassName
{
background-color: #612F2B;
}
.BgClassName
{
background-color: #612F2B;
}
</style>
border-color css
<style>
span { border-color: #612F2B; }
span { border-color: rgb(97,47,43); }
td.TdClassName
{
border-color: #612F2B;
}
.TagClassName
{
border-color: #612F2B;
}
</style>