Shades of Cioccolato #643C2D
Tints of Cioccolato #643C2D
RGB
CMYK
RGB Variations
Color information
#643C2D (or 0x643C2D) is known color: Cioccolato. HEX triplet: 64, 3C and 2D. RGB value is (100,60,45). Sum of RGB (Red+Green+Blue) = 100+60+45=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #643C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C2D is #9BC3D2. Grayscale: #464646. Windows color (decimal): -10208211 or 2964580. OLE color: 2964580.
HSL color Cylindrical-coordinate representation of color #643C2D: hue angle of 16.36º 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 #643C2D is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 45 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.61 |
| HSL | 16.36º | 0.38% | 0.28% | - |
| HSV(B) | 16.36º | 0.55% | 0.39% | - |
| XYZ | 7.35 | 6.13 | 3.28 | - |
| YUV | 70.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 45 | 0 | 0.4 | 0.55 | 0.61 | 16.36 | 0.38 | 0.28 |
| Hex | 64 | 3C | 2D | 0 | 28 | 37 | 3D | 10 | 26 | 1C |
| Octal | 144 | 74 | 55 | 0 | 50 | 67 | 75 | 20 | 46 | 34 |
| Binary | 1100100 | 111100 | 101101 | 0 | 101000 | 110111 | 111101 | 10000 | 100110 | 11100 |
Color Harmonies of #643C2D
Complementary color
Monochromatic Colors of #643C2D
Black with #643C2D
Text Example
Text Example
White with #643C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C2D; }
p { color: rgb(100,60,45); }
H1.HeaderClassName
{
color: #643C2D;
}
.AnyTagClassName
{
color: #643C2D;
}
</style>
background-color css
<style>
a { background-color: #643C2D; }
a { background-color: rgb(100,60,45); }
div.DivClassName
{
background-color: #643C2D;
}
.BgClassName
{
background-color: #643C2D;
}
</style>
border-color css
<style>
span { border-color: #643C2D; }
span { border-color: rgb(100,60,45); }
td.TdClassName
{
border-color: #643C2D;
}
.TagClassName
{
border-color: #643C2D;
}
</style>