Shades of Baker's Chocolate #643111
Tints of Baker's Chocolate #643111
RGB
CMYK
RGB Variations
Color information
#643111 (or 0x643111) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 11. RGB value is (100,49,17). Sum of RGB (Red+Green+Blue) = 100+49+17=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #643111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643111 is #9BCEEE. Grayscale: #3C3C3C. Windows color (decimal): -10211055 or 1126756. OLE color: 1126756.
HSL color Cylindrical-coordinate representation of color #643111: hue angle of 23.13º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #643111 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 17 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.61 |
| HSL | 23.13º | 0.71% | 0.23% | - |
| HSV(B) | 23.13º | 0.83% | 0.39% | - |
| XYZ | 6.46 | 4.95 | 1.14 | - |
| YUV | 60.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 17 | 0 | 0.51 | 0.83 | 0.61 | 23.13 | 0.71 | 0.23 |
| Hex | 64 | 31 | 11 | 0 | 33 | 53 | 3D | 17 | 47 | 17 |
| Octal | 144 | 61 | 21 | 0 | 63 | 123 | 75 | 27 | 107 | 27 |
| Binary | 1100100 | 110001 | 10001 | 0 | 110011 | 1010011 | 111101 | 10111 | 1000111 | 10111 |
Color Harmonies of #643111
Complementary color
Monochromatic Colors of #643111
Black with #643111
Text Example
Text Example
White with #643111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643111; }
p { color: rgb(100,49,17); }
H1.HeaderClassName
{
color: #643111;
}
.AnyTagClassName
{
color: #643111;
}
</style>
background-color css
<style>
a { background-color: #643111; }
a { background-color: rgb(100,49,17); }
div.DivClassName
{
background-color: #643111;
}
.BgClassName
{
background-color: #643111;
}
</style>
border-color css
<style>
span { border-color: #643111; }
span { border-color: rgb(100,49,17); }
td.TdClassName
{
border-color: #643111;
}
.TagClassName
{
border-color: #643111;
}
</style>