Shades of Moccaccino #632C28
Tints of Moccaccino #632C28
RGB
CMYK
RGB Variations
Color information
#632C28 (or 0x632C28) is known color: Moccaccino. HEX triplet: 63, 2C and 28. RGB value is (99,44,40). Sum of RGB (Red+Green+Blue) = 99+44+40=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C28 is #9CD3D7. Grayscale: #3C3C3C. Windows color (decimal): -10277848 or 2632803. OLE color: 2632803.
HSL color Cylindrical-coordinate representation of color #632C28: hue angle of 4.07º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632C28 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 40 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.61 |
| HSL | 4.07º | 0.42% | 0.27% | - |
| HSV(B) | 4.07º | 0.6% | 0.39% | - |
| XYZ | 6.43 | 4.61 | 2.56 | - |
| YUV | 59.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 40 | 0 | 0.56 | 0.60 | 0.61 | 4.07 | 0.42 | 0.27 |
| Hex | 63 | 2C | 28 | 0 | 38 | 3C | 3D | 4 | 2A | 1B |
| Octal | 143 | 54 | 50 | 0 | 70 | 74 | 75 | 4 | 52 | 33 |
| Binary | 1100011 | 101100 | 101000 | 0 | 111000 | 111100 | 111101 | 100 | 101010 | 11011 |
Color Harmonies of #632C28
Complementary color
Monochromatic Colors of #632C28
Black with #632C28
Text Example
Text Example
White with #632C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C28; }
p { color: rgb(99,44,40); }
H1.HeaderClassName
{
color: #632C28;
}
.AnyTagClassName
{
color: #632C28;
}
</style>
background-color css
<style>
a { background-color: #632C28; }
a { background-color: rgb(99,44,40); }
div.DivClassName
{
background-color: #632C28;
}
.BgClassName
{
background-color: #632C28;
}
</style>
border-color css
<style>
span { border-color: #632C28; }
span { border-color: rgb(99,44,40); }
td.TdClassName
{
border-color: #632C28;
}
.TagClassName
{
border-color: #632C28;
}
</style>