Shades of Moccaccino #602C28
Tints of Moccaccino #602C28
RGB
CMYK
RGB Variations
Color information
#602C28 (or 0x602C28) is known color: Moccaccino. HEX triplet: 60, 2C and 28. RGB value is (96,44,40). Sum of RGB (Red+Green+Blue) = 96+44+40=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C28 is #9FD3D7. Grayscale: #3B3B3B. Windows color (decimal): -10474456 or 2632800. OLE color: 2632800.
HSL color Cylindrical-coordinate representation of color #602C28: hue angle of 4.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602C28 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 40 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.62 |
| HSL | 4.29º | 0.41% | 0.27% | - |
| HSV(B) | 4.29º | 0.58% | 0.38% | - |
| XYZ | 6.11 | 4.44 | 2.54 | - |
| YUV | 59.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 40 | 0 | 0.54 | 0.58 | 0.62 | 4.29 | 0.41 | 0.27 |
| Hex | 60 | 2C | 28 | 0 | 36 | 3A | 3E | 4 | 29 | 1B |
| Octal | 140 | 54 | 50 | 0 | 66 | 72 | 76 | 4 | 51 | 33 |
| Binary | 1100000 | 101100 | 101000 | 0 | 110110 | 111010 | 111110 | 100 | 101001 | 11011 |
Color Harmonies of #602C28
Complementary color
Monochromatic Colors of #602C28
Black with #602C28
Text Example
Text Example
White with #602C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C28; }
p { color: rgb(96,44,40); }
H1.HeaderClassName
{
color: #602C28;
}
.AnyTagClassName
{
color: #602C28;
}
</style>
background-color css
<style>
a { background-color: #602C28; }
a { background-color: rgb(96,44,40); }
div.DivClassName
{
background-color: #602C28;
}
.BgClassName
{
background-color: #602C28;
}
</style>
border-color css
<style>
span { border-color: #602C28; }
span { border-color: rgb(96,44,40); }
td.TdClassName
{
border-color: #602C28;
}
.TagClassName
{
border-color: #602C28;
}
</style>