Shades of Cioccolato #643B2E
Tints of Cioccolato #643B2E
RGB
CMYK
RGB Variations
Color information
#643B2E (or 0x643B2E) is known color: Cioccolato. HEX triplet: 64, 3B and 2E. RGB value is (100,59,46). Sum of RGB (Red+Green+Blue) = 100+59+46=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #643B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B2E is #9BC4D1. Grayscale: #454545. Windows color (decimal): -10208466 or 3029860. OLE color: 3029860.
HSL color Cylindrical-coordinate representation of color #643B2E: hue angle of 14.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #643B2E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 46 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.61 |
| HSL | 14.44º | 0.37% | 0.29% | - |
| HSV(B) | 14.44º | 0.54% | 0.39% | - |
| XYZ | 7.31 | 6.03 | 3.36 | - |
| YUV | 69.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 46 | 0 | 0.41 | 0.54 | 0.61 | 14.44 | 0.37 | 0.29 |
| Hex | 64 | 3B | 2E | 0 | 29 | 36 | 3D | E | 25 | 1D |
| Octal | 144 | 73 | 56 | 0 | 51 | 66 | 75 | 16 | 45 | 35 |
| Binary | 1100100 | 111011 | 101110 | 0 | 101001 | 110110 | 111101 | 1110 | 100101 | 11101 |
Color Harmonies of #643B2E
Complementary color
Monochromatic Colors of #643B2E
Black with #643B2E
Text Example
Text Example
White with #643B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B2E; }
p { color: rgb(100,59,46); }
H1.HeaderClassName
{
color: #643B2E;
}
.AnyTagClassName
{
color: #643B2E;
}
</style>
background-color css
<style>
a { background-color: #643B2E; }
a { background-color: rgb(100,59,46); }
div.DivClassName
{
background-color: #643B2E;
}
.BgClassName
{
background-color: #643B2E;
}
</style>
border-color css
<style>
span { border-color: #643B2E; }
span { border-color: rgb(100,59,46); }
td.TdClassName
{
border-color: #643B2E;
}
.TagClassName
{
border-color: #643B2E;
}
</style>