Shades of Cioccolato #643C2C
Tints of Cioccolato #643C2C
RGB
CMYK
RGB Variations
Color information
#643C2C (or 0x643C2C) is known color: Cioccolato. HEX triplet: 64, 3C and 2C. RGB value is (100,60,44). Sum of RGB (Red+Green+Blue) = 100+60+44=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C2C is #9BC3D3. Grayscale: #464646. Windows color (decimal): -10208212 or 2899044. OLE color: 2899044.
HSL color Cylindrical-coordinate representation of color #643C2C: hue angle of 17.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643C2C is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 44 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.61 |
| HSL | 17.14º | 0.39% | 0.28% | - |
| HSV(B) | 17.14º | 0.56% | 0.39% | - |
| XYZ | 7.33 | 6.12 | 3.18 | - |
| YUV | 70.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 44 | 0 | 0.4 | 0.56 | 0.61 | 17.14 | 0.39 | 0.28 |
| Hex | 64 | 3C | 2C | 0 | 28 | 38 | 3D | 11 | 27 | 1C |
| Octal | 144 | 74 | 54 | 0 | 50 | 70 | 75 | 21 | 47 | 34 |
| Binary | 1100100 | 111100 | 101100 | 0 | 101000 | 111000 | 111101 | 10001 | 100111 | 11100 |
Color Harmonies of #643C2C
Complementary color
Monochromatic Colors of #643C2C
Black with #643C2C
Text Example
Text Example
White with #643C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C2C; }
p { color: rgb(100,60,44); }
H1.HeaderClassName
{
color: #643C2C;
}
.AnyTagClassName
{
color: #643C2C;
}
</style>
background-color css
<style>
a { background-color: #643C2C; }
a { background-color: rgb(100,60,44); }
div.DivClassName
{
background-color: #643C2C;
}
.BgClassName
{
background-color: #643C2C;
}
</style>
border-color css
<style>
span { border-color: #643C2C; }
span { border-color: rgb(100,60,44); }
td.TdClassName
{
border-color: #643C2C;
}
.TagClassName
{
border-color: #643C2C;
}
</style>