Shades of Cioccolato #633D2D
Tints of Cioccolato #633D2D
RGB
CMYK
RGB Variations
Color information
#633D2D (or 0x633D2D) is known color: Cioccolato. HEX triplet: 63, 3D and 2D. RGB value is (99,61,45). Sum of RGB (Red+Green+Blue) = 99+61+45=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2D is #9CC2D2. Grayscale: #464646. Windows color (decimal): -10273491 or 2964835. OLE color: 2964835.
HSL color Cylindrical-coordinate representation of color #633D2D: hue angle of 17.78º 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 #633D2D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 45 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.61 |
| HSL | 17.78º | 0.38% | 0.28% | - |
| HSV(B) | 17.78º | 0.55% | 0.39% | - |
| XYZ | 7.29 | 6.18 | 3.29 | - |
| YUV | 70.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 45 | 0 | 0.38 | 0.55 | 0.61 | 17.78 | 0.38 | 0.28 |
| Hex | 63 | 3D | 2D | 0 | 26 | 37 | 3D | 12 | 26 | 1C |
| Octal | 143 | 75 | 55 | 0 | 46 | 67 | 75 | 22 | 46 | 34 |
| Binary | 1100011 | 111101 | 101101 | 0 | 100110 | 110111 | 111101 | 10010 | 100110 | 11100 |
Color Harmonies of #633D2D
Complementary color
Monochromatic Colors of #633D2D
Black with #633D2D
Text Example
Text Example
White with #633D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D2D; }
p { color: rgb(99,61,45); }
H1.HeaderClassName
{
color: #633D2D;
}
.AnyTagClassName
{
color: #633D2D;
}
</style>
background-color css
<style>
a { background-color: #633D2D; }
a { background-color: rgb(99,61,45); }
div.DivClassName
{
background-color: #633D2D;
}
.BgClassName
{
background-color: #633D2D;
}
</style>
border-color css
<style>
span { border-color: #633D2D; }
span { border-color: rgb(99,61,45); }
td.TdClassName
{
border-color: #633D2D;
}
.TagClassName
{
border-color: #633D2D;
}
</style>