Shades of Moccaccino #632C27
Tints of Moccaccino #632C27
RGB
CMYK
RGB Variations
Color information
#632C27 (or 0x632C27) is known color: Moccaccino. HEX triplet: 63, 2C and 27. RGB value is (99,44,39). Sum of RGB (Red+Green+Blue) = 99+44+39=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #632C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C27 is #9CD3D8. Grayscale: #3B3B3B. Windows color (decimal): -10277849 or 2567267. OLE color: 2567267.
HSL color Cylindrical-coordinate representation of color #632C27: hue angle of 5º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #632C27 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 39 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.61 |
| HSL | 5º | 0.43% | 0.27% | - |
| HSV(B) | 5º | 0.61% | 0.39% | - |
| XYZ | 6.41 | 4.6 | 2.47 | - |
| YUV | 59.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 39 | 0 | 0.56 | 0.61 | 0.61 | 5 | 0.43 | 0.27 |
| Hex | 63 | 2C | 27 | 0 | 38 | 3D | 3D | 5 | 2B | 1B |
| Octal | 143 | 54 | 47 | 0 | 70 | 75 | 75 | 5 | 53 | 33 |
| Binary | 1100011 | 101100 | 100111 | 0 | 111000 | 111101 | 111101 | 101 | 101011 | 11011 |
Color Harmonies of #632C27
Complementary color
Monochromatic Colors of #632C27
Black with #632C27
Text Example
Text Example
White with #632C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C27; }
p { color: rgb(99,44,39); }
H1.HeaderClassName
{
color: #632C27;
}
.AnyTagClassName
{
color: #632C27;
}
</style>
background-color css
<style>
a { background-color: #632C27; }
a { background-color: rgb(99,44,39); }
div.DivClassName
{
background-color: #632C27;
}
.BgClassName
{
background-color: #632C27;
}
</style>
border-color css
<style>
span { border-color: #632C27; }
span { border-color: rgb(99,44,39); }
td.TdClassName
{
border-color: #632C27;
}
.TagClassName
{
border-color: #632C27;
}
</style>