Shades of Cioccolato #643F33
Tints of Cioccolato #643F33
RGB
CMYK
RGB Variations
Color information
#643F33 (or 0x643F33) is known color: Cioccolato. HEX triplet: 64, 3F and 33. RGB value is (100,63,51). Sum of RGB (Red+Green+Blue) = 100+63+51=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #643F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F33 is #9BC0CC. Grayscale: #484848. Windows color (decimal): -10207437 or 3358564. OLE color: 3358564.
HSL color Cylindrical-coordinate representation of color #643F33: hue angle of 14.69º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643F33 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 51 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.61 |
| HSL | 14.69º | 0.32% | 0.3% | - |
| HSV(B) | 14.69º | 0.49% | 0.39% | - |
| XYZ | 7.63 | 6.5 | 3.99 | - |
| YUV | 72.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 51 | 0 | 0.37 | 0.49 | 0.61 | 14.69 | 0.32 | 0.3 |
| Hex | 64 | 3F | 33 | 0 | 25 | 31 | 3D | F | 20 | 1E |
| Octal | 144 | 77 | 63 | 0 | 45 | 61 | 75 | 17 | 40 | 36 |
| Binary | 1100100 | 111111 | 110011 | 0 | 100101 | 110001 | 111101 | 1111 | 100000 | 11110 |
Color Harmonies of #643F33
Complementary color
Monochromatic Colors of #643F33
Black with #643F33
Text Example
Text Example
White with #643F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F33; }
p { color: rgb(100,63,51); }
H1.HeaderClassName
{
color: #643F33;
}
.AnyTagClassName
{
color: #643F33;
}
</style>
background-color css
<style>
a { background-color: #643F33; }
a { background-color: rgb(100,63,51); }
div.DivClassName
{
background-color: #643F33;
}
.BgClassName
{
background-color: #643F33;
}
</style>
border-color css
<style>
span { border-color: #643F33; }
span { border-color: rgb(100,63,51); }
td.TdClassName
{
border-color: #643F33;
}
.TagClassName
{
border-color: #643F33;
}
</style>