Shades of Cioccolato #643F2E
Tints of Cioccolato #643F2E
RGB
CMYK
RGB Variations
Color information
#643F2E (or 0x643F2E) is known color: Cioccolato. HEX triplet: 64, 3F and 2E. RGB value is (100,63,46). Sum of RGB (Red+Green+Blue) = 100+63+46=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #643F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F2E is #9BC0D1. Grayscale: #484848. Windows color (decimal): -10207442 or 3030884. OLE color: 3030884.
HSL color Cylindrical-coordinate representation of color #643F2E: hue angle of 18.89º 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 #643F2E is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 46 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.61 |
| HSL | 18.89º | 0.37% | 0.29% | - |
| HSV(B) | 18.89º | 0.54% | 0.39% | - |
| XYZ | 7.53 | 6.46 | 3.44 | - |
| YUV | 72.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 46 | 0 | 0.37 | 0.54 | 0.61 | 18.89 | 0.37 | 0.29 |
| Hex | 64 | 3F | 2E | 0 | 25 | 36 | 3D | 13 | 25 | 1D |
| Octal | 144 | 77 | 56 | 0 | 45 | 66 | 75 | 23 | 45 | 35 |
| Binary | 1100100 | 111111 | 101110 | 0 | 100101 | 110110 | 111101 | 10011 | 100101 | 11101 |
Color Harmonies of #643F2E
Complementary color
Monochromatic Colors of #643F2E
Black with #643F2E
Text Example
Text Example
White with #643F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F2E; }
p { color: rgb(100,63,46); }
H1.HeaderClassName
{
color: #643F2E;
}
.AnyTagClassName
{
color: #643F2E;
}
</style>
background-color css
<style>
a { background-color: #643F2E; }
a { background-color: rgb(100,63,46); }
div.DivClassName
{
background-color: #643F2E;
}
.BgClassName
{
background-color: #643F2E;
}
</style>
border-color css
<style>
span { border-color: #643F2E; }
span { border-color: rgb(100,63,46); }
td.TdClassName
{
border-color: #643F2E;
}
.TagClassName
{
border-color: #643F2E;
}
</style>