Shades of Cioccolato #643C32
Tints of Cioccolato #643C32
RGB
CMYK
RGB Variations
Color information
#643C32 (or 0x643C32) is known color: Cioccolato. HEX triplet: 64, 3C and 32. RGB value is (100,60,50). Sum of RGB (Red+Green+Blue) = 100+60+50=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #643C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C32 is #9BC3CD. Grayscale: #464646. Windows color (decimal): -10208206 or 3292260. OLE color: 3292260.
HSL color Cylindrical-coordinate representation of color #643C32: hue angle of 12º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643C32 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 50 | - |
| CMYK | 0 | 0.4 | 0.50 | 0.61 |
| HSL | 12º | 0.33% | 0.29% | - |
| HSV(B) | 12º | 0.5% | 0.39% | - |
| XYZ | 7.45 | 6.17 | 3.82 | - |
| YUV | 70.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 50 | 0 | 0.4 | 0.50 | 0.61 | 12 | 0.33 | 0.29 |
| Hex | 64 | 3C | 32 | 0 | 28 | 32 | 3D | C | 21 | 1D |
| Octal | 144 | 74 | 62 | 0 | 50 | 62 | 75 | 14 | 41 | 35 |
| Binary | 1100100 | 111100 | 110010 | 0 | 101000 | 110010 | 111101 | 1100 | 100001 | 11101 |
Color Harmonies of #643C32
Complementary color
Monochromatic Colors of #643C32
Black with #643C32
Text Example
Text Example
White with #643C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C32; }
p { color: rgb(100,60,50); }
H1.HeaderClassName
{
color: #643C32;
}
.AnyTagClassName
{
color: #643C32;
}
</style>
background-color css
<style>
a { background-color: #643C32; }
a { background-color: rgb(100,60,50); }
div.DivClassName
{
background-color: #643C32;
}
.BgClassName
{
background-color: #643C32;
}
</style>
border-color css
<style>
span { border-color: #643C32; }
span { border-color: rgb(100,60,50); }
td.TdClassName
{
border-color: #643C32;
}
.TagClassName
{
border-color: #643C32;
}
</style>