Shades of Moccaccino #602A29
Tints of Moccaccino #602A29
RGB
CMYK
RGB Variations
Color information
#602A29 (or 0x602A29) is known color: Moccaccino. HEX triplet: 60, 2A and 29. RGB value is (96,42,41). Sum of RGB (Red+Green+Blue) = 96+42+41=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #602A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A29 is #9FD5D6. Grayscale: #3A3A3A. Windows color (decimal): -10474967 or 2697824. OLE color: 2697824.
HSL color Cylindrical-coordinate representation of color #602A29: hue angle of 1.09º 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 #602A29 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 41 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.62 |
| HSL | 1.09º | 0.4% | 0.27% | - |
| HSV(B) | 1.09º | 0.57% | 0.38% | - |
| XYZ | 6.05 | 4.3 | 2.61 | - |
| YUV | 58.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 41 | 0 | 0.56 | 0.57 | 0.62 | 1.09 | 0.4 | 0.27 |
| Hex | 60 | 2A | 29 | 0 | 38 | 39 | 3E | 1 | 28 | 1B |
| Octal | 140 | 52 | 51 | 0 | 70 | 71 | 76 | 1 | 50 | 33 |
| Binary | 1100000 | 101010 | 101001 | 0 | 111000 | 111001 | 111110 | 1 | 101000 | 11011 |
Color Harmonies of #602A29
Complementary color
Monochromatic Colors of #602A29
Black with #602A29
Text Example
Text Example
White with #602A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A29; }
p { color: rgb(96,42,41); }
H1.HeaderClassName
{
color: #602A29;
}
.AnyTagClassName
{
color: #602A29;
}
</style>
background-color css
<style>
a { background-color: #602A29; }
a { background-color: rgb(96,42,41); }
div.DivClassName
{
background-color: #602A29;
}
.BgClassName
{
background-color: #602A29;
}
</style>
border-color css
<style>
span { border-color: #602A29; }
span { border-color: rgb(96,42,41); }
td.TdClassName
{
border-color: #602A29;
}
.TagClassName
{
border-color: #602A29;
}
</style>