Shades of Moccaccino #632C26
Tints of Moccaccino #632C26
RGB
CMYK
RGB Variations
Color information
#632C26 (or 0x632C26) is known color: Moccaccino. HEX triplet: 63, 2C and 26. RGB value is (99,44,38). Sum of RGB (Red+Green+Blue) = 99+44+38=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #632C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C26 is #9CD3D9. Grayscale: #3B3B3B. Windows color (decimal): -10277850 or 2501731. OLE color: 2501731.
HSL color Cylindrical-coordinate representation of color #632C26: hue angle of 5.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632C26 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 38 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.61 |
| HSL | 5.9º | 0.45% | 0.27% | - |
| HSV(B) | 5.9º | 0.62% | 0.39% | - |
| XYZ | 6.4 | 4.59 | 2.38 | - |
| YUV | 59.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 38 | 0 | 0.56 | 0.62 | 0.61 | 5.9 | 0.45 | 0.27 |
| Hex | 63 | 2C | 26 | 0 | 38 | 3E | 3D | 6 | 2D | 1B |
| Octal | 143 | 54 | 46 | 0 | 70 | 76 | 75 | 6 | 55 | 33 |
| Binary | 1100011 | 101100 | 100110 | 0 | 111000 | 111110 | 111101 | 110 | 101101 | 11011 |
Color Harmonies of #632C26
Complementary color
Monochromatic Colors of #632C26
Black with #632C26
Text Example
Text Example
White with #632C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C26; }
p { color: rgb(99,44,38); }
H1.HeaderClassName
{
color: #632C26;
}
.AnyTagClassName
{
color: #632C26;
}
</style>
background-color css
<style>
a { background-color: #632C26; }
a { background-color: rgb(99,44,38); }
div.DivClassName
{
background-color: #632C26;
}
.BgClassName
{
background-color: #632C26;
}
</style>
border-color css
<style>
span { border-color: #632C26; }
span { border-color: rgb(99,44,38); }
td.TdClassName
{
border-color: #632C26;
}
.TagClassName
{
border-color: #632C26;
}
</style>