Shades of Moccaccino #602D28
Tints of Moccaccino #602D28
RGB
CMYK
RGB Variations
Color information
#602D28 (or 0x602D28) is known color: Moccaccino. HEX triplet: 60, 2D and 28. RGB value is (96,45,40). Sum of RGB (Red+Green+Blue) = 96+45+40=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D28 is #9FD2D7. Grayscale: #3B3B3B. Windows color (decimal): -10474200 or 2633056. OLE color: 2633056.
HSL color Cylindrical-coordinate representation of color #602D28: hue angle of 5.36º 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 #602D28 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 40 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.62 |
| HSL | 5.36º | 0.41% | 0.27% | - |
| HSV(B) | 5.36º | 0.58% | 0.38% | - |
| XYZ | 6.15 | 4.52 | 2.56 | - |
| YUV | 59.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 40 | 0 | 0.53 | 0.58 | 0.62 | 5.36 | 0.41 | 0.27 |
| Hex | 60 | 2D | 28 | 0 | 35 | 3A | 3E | 5 | 29 | 1B |
| Octal | 140 | 55 | 50 | 0 | 65 | 72 | 76 | 5 | 51 | 33 |
| Binary | 1100000 | 101101 | 101000 | 0 | 110101 | 111010 | 111110 | 101 | 101001 | 11011 |
Color Harmonies of #602D28
Complementary color
Monochromatic Colors of #602D28
Black with #602D28
Text Example
Text Example
White with #602D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D28; }
p { color: rgb(96,45,40); }
H1.HeaderClassName
{
color: #602D28;
}
.AnyTagClassName
{
color: #602D28;
}
</style>
background-color css
<style>
a { background-color: #602D28; }
a { background-color: rgb(96,45,40); }
div.DivClassName
{
background-color: #602D28;
}
.BgClassName
{
background-color: #602D28;
}
</style>
border-color css
<style>
span { border-color: #602D28; }
span { border-color: rgb(96,45,40); }
td.TdClassName
{
border-color: #602D28;
}
.TagClassName
{
border-color: #602D28;
}
</style>