Shades of Cioccolato #643B2C
Tints of Cioccolato #643B2C
RGB
CMYK
RGB Variations
Color information
#643B2C (or 0x643B2C) is known color: Cioccolato. HEX triplet: 64, 3B and 2C. RGB value is (100,59,44). Sum of RGB (Red+Green+Blue) = 100+59+44=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #643B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B2C is #9BC4D3. Grayscale: #454545. Windows color (decimal): -10208468 or 2898788. OLE color: 2898788.
HSL color Cylindrical-coordinate representation of color #643B2C: hue angle of 16.07º 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 #643B2C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 44 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.61 |
| HSL | 16.07º | 0.39% | 0.28% | - |
| HSV(B) | 16.07º | 0.56% | 0.39% | - |
| XYZ | 7.27 | 6.02 | 3.16 | - |
| YUV | 69.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 44 | 0 | 0.41 | 0.56 | 0.61 | 16.07 | 0.39 | 0.28 |
| Hex | 64 | 3B | 2C | 0 | 29 | 38 | 3D | 10 | 27 | 1C |
| Octal | 144 | 73 | 54 | 0 | 51 | 70 | 75 | 20 | 47 | 34 |
| Binary | 1100100 | 111011 | 101100 | 0 | 101001 | 111000 | 111101 | 10000 | 100111 | 11100 |
Color Harmonies of #643B2C
Complementary color
Monochromatic Colors of #643B2C
Black with #643B2C
Text Example
Text Example
White with #643B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B2C; }
p { color: rgb(100,59,44); }
H1.HeaderClassName
{
color: #643B2C;
}
.AnyTagClassName
{
color: #643B2C;
}
</style>
background-color css
<style>
a { background-color: #643B2C; }
a { background-color: rgb(100,59,44); }
div.DivClassName
{
background-color: #643B2C;
}
.BgClassName
{
background-color: #643B2C;
}
</style>
border-color css
<style>
span { border-color: #643B2C; }
span { border-color: rgb(100,59,44); }
td.TdClassName
{
border-color: #643B2C;
}
.TagClassName
{
border-color: #643B2C;
}
</style>