Shades of Cioccolato #643C30
Tints of Cioccolato #643C30
RGB
CMYK
RGB Variations
Color information
#643C30 (or 0x643C30) is known color: Cioccolato. HEX triplet: 64, 3C and 30. RGB value is (100,60,48). Sum of RGB (Red+Green+Blue) = 100+60+48=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C30 is #9BC3CF. Grayscale: #464646. Windows color (decimal): -10208208 or 3161188. OLE color: 3161188.
HSL color Cylindrical-coordinate representation of color #643C30: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643C30 is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 48 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.61 |
| HSL | 13.85º | 0.35% | 0.29% | - |
| HSV(B) | 13.85º | 0.52% | 0.39% | - |
| XYZ | 7.4 | 6.15 | 3.59 | - |
| YUV | 70.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 48 | 0 | 0.4 | 0.52 | 0.61 | 13.85 | 0.35 | 0.29 |
| Hex | 64 | 3C | 30 | 0 | 28 | 34 | 3D | E | 23 | 1D |
| Octal | 144 | 74 | 60 | 0 | 50 | 64 | 75 | 16 | 43 | 35 |
| Binary | 1100100 | 111100 | 110000 | 0 | 101000 | 110100 | 111101 | 1110 | 100011 | 11101 |
Color Harmonies of #643C30
Complementary color
Monochromatic Colors of #643C30
Black with #643C30
Text Example
Text Example
White with #643C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C30; }
p { color: rgb(100,60,48); }
H1.HeaderClassName
{
color: #643C30;
}
.AnyTagClassName
{
color: #643C30;
}
</style>
background-color css
<style>
a { background-color: #643C30; }
a { background-color: rgb(100,60,48); }
div.DivClassName
{
background-color: #643C30;
}
.BgClassName
{
background-color: #643C30;
}
</style>
border-color css
<style>
span { border-color: #643C30; }
span { border-color: rgb(100,60,48); }
td.TdClassName
{
border-color: #643C30;
}
.TagClassName
{
border-color: #643C30;
}
</style>