Shades of Cioccolato #633E2D
Tints of Cioccolato #633E2D
RGB
CMYK
RGB Variations
Color information
#633E2D (or 0x633E2D) is known color: Cioccolato. HEX triplet: 63, 3E and 2D. RGB value is (99,62,45). Sum of RGB (Red+Green+Blue) = 99+62+45=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E2D is #9CC1D2. Grayscale: #474747. Windows color (decimal): -10273235 or 2965091. OLE color: 2965091.
HSL color Cylindrical-coordinate representation of color #633E2D: hue angle of 18.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #633E2D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 45 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.61 |
| HSL | 18.89º | 0.38% | 0.28% | - |
| HSV(B) | 18.89º | 0.55% | 0.39% | - |
| XYZ | 7.34 | 6.29 | 3.31 | - |
| YUV | 71.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 45 | 0 | 0.37 | 0.55 | 0.61 | 18.89 | 0.38 | 0.28 |
| Hex | 63 | 3E | 2D | 0 | 25 | 37 | 3D | 13 | 26 | 1C |
| Octal | 143 | 76 | 55 | 0 | 45 | 67 | 75 | 23 | 46 | 34 |
| Binary | 1100011 | 111110 | 101101 | 0 | 100101 | 110111 | 111101 | 10011 | 100110 | 11100 |
Color Harmonies of #633E2D
Complementary color
Monochromatic Colors of #633E2D
Black with #633E2D
Text Example
Text Example
White with #633E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E2D; }
p { color: rgb(99,62,45); }
H1.HeaderClassName
{
color: #633E2D;
}
.AnyTagClassName
{
color: #633E2D;
}
</style>
background-color css
<style>
a { background-color: #633E2D; }
a { background-color: rgb(99,62,45); }
div.DivClassName
{
background-color: #633E2D;
}
.BgClassName
{
background-color: #633E2D;
}
</style>
border-color css
<style>
span { border-color: #633E2D; }
span { border-color: rgb(99,62,45); }
td.TdClassName
{
border-color: #633E2D;
}
.TagClassName
{
border-color: #633E2D;
}
</style>