Shades of Cioccolato #643D2E
Tints of Cioccolato #643D2E
RGB
CMYK
RGB Variations
Color information
#643D2E (or 0x643D2E) is known color: Cioccolato. HEX triplet: 64, 3D and 2E. RGB value is (100,61,46). Sum of RGB (Red+Green+Blue) = 100+61+46=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #643D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D2E is #9BC2D1. Grayscale: #474747. Windows color (decimal): -10207954 or 3030372. OLE color: 3030372.
HSL color Cylindrical-coordinate representation of color #643D2E: hue angle of 16.67º 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 #643D2E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 46 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.61 |
| HSL | 16.67º | 0.37% | 0.29% | - |
| HSV(B) | 16.67º | 0.54% | 0.39% | - |
| XYZ | 7.42 | 6.24 | 3.4 | - |
| YUV | 70.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 46 | 0 | 0.39 | 0.54 | 0.61 | 16.67 | 0.37 | 0.29 |
| Hex | 64 | 3D | 2E | 0 | 27 | 36 | 3D | 11 | 25 | 1D |
| Octal | 144 | 75 | 56 | 0 | 47 | 66 | 75 | 21 | 45 | 35 |
| Binary | 1100100 | 111101 | 101110 | 0 | 100111 | 110110 | 111101 | 10001 | 100101 | 11101 |
Color Harmonies of #643D2E
Complementary color
Monochromatic Colors of #643D2E
Black with #643D2E
Text Example
Text Example
White with #643D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D2E; }
p { color: rgb(100,61,46); }
H1.HeaderClassName
{
color: #643D2E;
}
.AnyTagClassName
{
color: #643D2E;
}
</style>
background-color css
<style>
a { background-color: #643D2E; }
a { background-color: rgb(100,61,46); }
div.DivClassName
{
background-color: #643D2E;
}
.BgClassName
{
background-color: #643D2E;
}
</style>
border-color css
<style>
span { border-color: #643D2E; }
span { border-color: rgb(100,61,46); }
td.TdClassName
{
border-color: #643D2E;
}
.TagClassName
{
border-color: #643D2E;
}
</style>