Shades of Moccaccino #602A27
Tints of Moccaccino #602A27
RGB
CMYK
RGB Variations
Color information
#602A27 (or 0x602A27) is known color: Moccaccino. HEX triplet: 60, 2A and 27. RGB value is (96,42,39). Sum of RGB (Red+Green+Blue) = 96+42+39=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #602A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A27 is #9FD5D8. Grayscale: #393939. Windows color (decimal): -10474969 or 2566752. OLE color: 2566752.
HSL color Cylindrical-coordinate representation of color #602A27: hue angle of 3.16º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602A27 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 39 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.62 |
| HSL | 3.16º | 0.42% | 0.26% | - |
| HSV(B) | 3.16º | 0.59% | 0.38% | - |
| XYZ | 6.02 | 4.29 | 2.43 | - |
| YUV | 57.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 39 | 0 | 0.56 | 0.59 | 0.62 | 3.16 | 0.42 | 0.26 |
| Hex | 60 | 2A | 27 | 0 | 38 | 3B | 3E | 3 | 2A | 1A |
| Octal | 140 | 52 | 47 | 0 | 70 | 73 | 76 | 3 | 52 | 32 |
| Binary | 1100000 | 101010 | 100111 | 0 | 111000 | 111011 | 111110 | 11 | 101010 | 11010 |
Color Harmonies of #602A27
Complementary color
Monochromatic Colors of #602A27
Black with #602A27
Text Example
Text Example
White with #602A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A27; }
p { color: rgb(96,42,39); }
H1.HeaderClassName
{
color: #602A27;
}
.AnyTagClassName
{
color: #602A27;
}
</style>
background-color css
<style>
a { background-color: #602A27; }
a { background-color: rgb(96,42,39); }
div.DivClassName
{
background-color: #602A27;
}
.BgClassName
{
background-color: #602A27;
}
</style>
border-color css
<style>
span { border-color: #602A27; }
span { border-color: rgb(96,42,39); }
td.TdClassName
{
border-color: #602A27;
}
.TagClassName
{
border-color: #602A27;
}
</style>