Shades of Cioccolato #643D2D
Tints of Cioccolato #643D2D
RGB
CMYK
RGB Variations
Color information
#643D2D (or 0x643D2D) is known color: Cioccolato. HEX triplet: 64, 3D and 2D. RGB value is (100,61,45). Sum of RGB (Red+Green+Blue) = 100+61+45=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #643D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D2D is #9BC2D2. Grayscale: #464646. Windows color (decimal): -10207955 or 2964836. OLE color: 2964836.
HSL color Cylindrical-coordinate representation of color #643D2D: hue angle of 17.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #643D2D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 45 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.61 |
| HSL | 17.45º | 0.38% | 0.28% | - |
| HSV(B) | 17.45º | 0.55% | 0.39% | - |
| XYZ | 7.4 | 6.24 | 3.3 | - |
| YUV | 70.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 45 | 0 | 0.39 | 0.55 | 0.61 | 17.45 | 0.38 | 0.28 |
| Hex | 64 | 3D | 2D | 0 | 27 | 37 | 3D | 11 | 26 | 1C |
| Octal | 144 | 75 | 55 | 0 | 47 | 67 | 75 | 21 | 46 | 34 |
| Binary | 1100100 | 111101 | 101101 | 0 | 100111 | 110111 | 111101 | 10001 | 100110 | 11100 |
Color Harmonies of #643D2D
Complementary color
Monochromatic Colors of #643D2D
Black with #643D2D
Text Example
Text Example
White with #643D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D2D; }
p { color: rgb(100,61,45); }
H1.HeaderClassName
{
color: #643D2D;
}
.AnyTagClassName
{
color: #643D2D;
}
</style>
background-color css
<style>
a { background-color: #643D2D; }
a { background-color: rgb(100,61,45); }
div.DivClassName
{
background-color: #643D2D;
}
.BgClassName
{
background-color: #643D2D;
}
</style>
border-color css
<style>
span { border-color: #643D2D; }
span { border-color: rgb(100,61,45); }
td.TdClassName
{
border-color: #643D2D;
}
.TagClassName
{
border-color: #643D2D;
}
</style>