Shades of Moccaccino #602828
Tints of Moccaccino #602828
RGB
CMYK
RGB Variations
Color information
#602828 (or 0x602828) is known color: Moccaccino. HEX triplet: 60, 28 and 28. RGB value is (96,40,40). Sum of RGB (Red+Green+Blue) = 96+40+40=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602828 is #9FD7D7. Grayscale: #383838. Windows color (decimal): -10475480 or 2631776. OLE color: 2631776.
HSL color Cylindrical-coordinate representation of color #602828: hue angle of 0º 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 #602828 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 40 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.62 |
| HSL | 0º | 0.41% | 0.27% | - |
| HSV(B) | 0º | 0.58% | 0.38% | - |
| XYZ | 5.97 | 4.16 | 2.5 | - |
| YUV | 56.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 40 | 0 | 0.58 | 0.58 | 0.62 | 0 | 0.41 | 0.27 |
| Hex | 60 | 28 | 28 | 0 | 3A | 3A | 3E | 0 | 29 | 1B |
| Octal | 140 | 50 | 50 | 0 | 72 | 72 | 76 | 0 | 51 | 33 |
| Binary | 1100000 | 101000 | 101000 | 0 | 111010 | 111010 | 111110 | 0 | 101001 | 11011 |
Color Harmonies of #602828
Complementary color
Monochromatic Colors of #602828
Black with #602828
Text Example
Text Example
White with #602828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602828; }
p { color: rgb(96,40,40); }
H1.HeaderClassName
{
color: #602828;
}
.AnyTagClassName
{
color: #602828;
}
</style>
background-color css
<style>
a { background-color: #602828; }
a { background-color: rgb(96,40,40); }
div.DivClassName
{
background-color: #602828;
}
.BgClassName
{
background-color: #602828;
}
</style>
border-color css
<style>
span { border-color: #602828; }
span { border-color: rgb(96,40,40); }
td.TdClassName
{
border-color: #602828;
}
.TagClassName
{
border-color: #602828;
}
</style>