Shades of Moccaccino #602D29
Tints of Moccaccino #602D29
RGB
CMYK
RGB Variations
Color information
#602D29 (or 0x602D29) is known color: Moccaccino. HEX triplet: 60, 2D and 29. RGB value is (96,45,41). Sum of RGB (Red+Green+Blue) = 96+45+41=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #602D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D29 is #9FD2D6. Grayscale: #3B3B3B. Windows color (decimal): -10474199 or 2698592. OLE color: 2698592.
HSL color Cylindrical-coordinate representation of color #602D29: hue angle of 4.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602D29 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 41 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.62 |
| HSL | 4.36º | 0.4% | 0.27% | - |
| HSV(B) | 4.36º | 0.57% | 0.38% | - |
| XYZ | 6.16 | 4.52 | 2.65 | - |
| YUV | 59.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 41 | 0 | 0.53 | 0.57 | 0.62 | 4.36 | 0.4 | 0.27 |
| Hex | 60 | 2D | 29 | 0 | 35 | 39 | 3E | 4 | 28 | 1B |
| Octal | 140 | 55 | 51 | 0 | 65 | 71 | 76 | 4 | 50 | 33 |
| Binary | 1100000 | 101101 | 101001 | 0 | 110101 | 111001 | 111110 | 100 | 101000 | 11011 |
Color Harmonies of #602D29
Complementary color
Monochromatic Colors of #602D29
Black with #602D29
Text Example
Text Example
White with #602D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D29; }
p { color: rgb(96,45,41); }
H1.HeaderClassName
{
color: #602D29;
}
.AnyTagClassName
{
color: #602D29;
}
</style>
background-color css
<style>
a { background-color: #602D29; }
a { background-color: rgb(96,45,41); }
div.DivClassName
{
background-color: #602D29;
}
.BgClassName
{
background-color: #602D29;
}
</style>
border-color css
<style>
span { border-color: #602D29; }
span { border-color: rgb(96,45,41); }
td.TdClassName
{
border-color: #602D29;
}
.TagClassName
{
border-color: #602D29;
}
</style>