Shades of Moccaccino #602F28
Tints of Moccaccino #602F28
RGB
CMYK
RGB Variations
Color information
#602F28 (or 0x602F28) is known color: Moccaccino. HEX triplet: 60, 2F and 28. RGB value is (96,47,40). Sum of RGB (Red+Green+Blue) = 96+47+40=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F28 is #9FD0D7. Grayscale: #3C3C3C. Windows color (decimal): -10473688 or 2633568. OLE color: 2633568.
HSL color Cylindrical-coordinate representation of color #602F28: hue angle of 7.5º 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 #602F28 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 40 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.62 |
| HSL | 7.5º | 0.41% | 0.27% | - |
| HSV(B) | 7.5º | 0.58% | 0.38% | - |
| XYZ | 6.22 | 4.67 | 2.58 | - |
| YUV | 60.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 40 | 0 | 0.51 | 0.58 | 0.62 | 7.5 | 0.41 | 0.27 |
| Hex | 60 | 2F | 28 | 0 | 33 | 3A | 3E | 8 | 29 | 1B |
| Octal | 140 | 57 | 50 | 0 | 63 | 72 | 76 | 10 | 51 | 33 |
| Binary | 1100000 | 101111 | 101000 | 0 | 110011 | 111010 | 111110 | 1000 | 101001 | 11011 |
Color Harmonies of #602F28
Complementary color
Monochromatic Colors of #602F28
Black with #602F28
Text Example
Text Example
White with #602F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F28; }
p { color: rgb(96,47,40); }
H1.HeaderClassName
{
color: #602F28;
}
.AnyTagClassName
{
color: #602F28;
}
</style>
background-color css
<style>
a { background-color: #602F28; }
a { background-color: rgb(96,47,40); }
div.DivClassName
{
background-color: #602F28;
}
.BgClassName
{
background-color: #602F28;
}
</style>
border-color css
<style>
span { border-color: #602F28; }
span { border-color: rgb(96,47,40); }
td.TdClassName
{
border-color: #602F28;
}
.TagClassName
{
border-color: #602F28;
}
</style>