Shades of Moccaccino #602E2D
Tints of Moccaccino #602E2D
RGB
CMYK
RGB Variations
Color information
#602E2D (or 0x602E2D) is known color: Moccaccino. HEX triplet: 60, 2E and 2D. RGB value is (96,46,45). Sum of RGB (Red+Green+Blue) = 96+46+45=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E2D is #9FD1D2. Grayscale: #3C3C3C. Windows color (decimal): -10473939 or 2960992. OLE color: 2960992.
HSL color Cylindrical-coordinate representation of color #602E2D: hue angle of 1.18º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602E2D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 45 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.62 |
| HSL | 1.18º | 0.36% | 0.28% | - |
| HSV(B) | 1.18º | 0.53% | 0.38% | - |
| XYZ | 6.27 | 4.63 | 3.05 | - |
| YUV | 60.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 45 | 0 | 0.52 | 0.53 | 0.62 | 1.18 | 0.36 | 0.28 |
| Hex | 60 | 2E | 2D | 0 | 34 | 35 | 3E | 1 | 24 | 1C |
| Octal | 140 | 56 | 55 | 0 | 64 | 65 | 76 | 1 | 44 | 34 |
| Binary | 1100000 | 101110 | 101101 | 0 | 110100 | 110101 | 111110 | 1 | 100100 | 11100 |
Color Harmonies of #602E2D
Complementary color
Monochromatic Colors of #602E2D
Black with #602E2D
Text Example
Text Example
White with #602E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E2D; }
p { color: rgb(96,46,45); }
H1.HeaderClassName
{
color: #602E2D;
}
.AnyTagClassName
{
color: #602E2D;
}
</style>
background-color css
<style>
a { background-color: #602E2D; }
a { background-color: rgb(96,46,45); }
div.DivClassName
{
background-color: #602E2D;
}
.BgClassName
{
background-color: #602E2D;
}
</style>
border-color css
<style>
span { border-color: #602E2D; }
span { border-color: rgb(96,46,45); }
td.TdClassName
{
border-color: #602E2D;
}
.TagClassName
{
border-color: #602E2D;
}
</style>