Shades of Moccaccino #602B28
Tints of Moccaccino #602B28
RGB
CMYK
RGB Variations
Color information
#602B28 (or 0x602B28) is known color: Moccaccino. HEX triplet: 60, 2B and 28. RGB value is (96,43,40). Sum of RGB (Red+Green+Blue) = 96+43+40=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #602B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B28 is #9FD4D7. Grayscale: #3A3A3A. Windows color (decimal): -10474712 or 2632544. OLE color: 2632544.
HSL color Cylindrical-coordinate representation of color #602B28: hue angle of 3.21º 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 #602B28 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 40 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.62 |
| HSL | 3.21º | 0.41% | 0.27% | - |
| HSV(B) | 3.21º | 0.58% | 0.38% | - |
| XYZ | 6.07 | 4.37 | 2.53 | - |
| YUV | 58.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 40 | 0 | 0.55 | 0.58 | 0.62 | 3.21 | 0.41 | 0.27 |
| Hex | 60 | 2B | 28 | 0 | 37 | 3A | 3E | 3 | 29 | 1B |
| Octal | 140 | 53 | 50 | 0 | 67 | 72 | 76 | 3 | 51 | 33 |
| Binary | 1100000 | 101011 | 101000 | 0 | 110111 | 111010 | 111110 | 11 | 101001 | 11011 |
Color Harmonies of #602B28
Complementary color
Monochromatic Colors of #602B28
Black with #602B28
Text Example
Text Example
White with #602B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B28; }
p { color: rgb(96,43,40); }
H1.HeaderClassName
{
color: #602B28;
}
.AnyTagClassName
{
color: #602B28;
}
</style>
background-color css
<style>
a { background-color: #602B28; }
a { background-color: rgb(96,43,40); }
div.DivClassName
{
background-color: #602B28;
}
.BgClassName
{
background-color: #602B28;
}
</style>
border-color css
<style>
span { border-color: #602B28; }
span { border-color: rgb(96,43,40); }
td.TdClassName
{
border-color: #602B28;
}
.TagClassName
{
border-color: #602B28;
}
</style>