Shades of Baker's Chocolate #643204
Tints of Baker's Chocolate #643204
RGB
CMYK
RGB Variations
Color information
#643204 (or 0x643204) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 04. RGB value is (100,50,4). Sum of RGB (Red+Green+Blue) = 100+50+4=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #643204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643204 is #9BCDFB. Grayscale: #3B3B3B. Windows color (decimal): -10210812 or 275044. OLE color: 275044.
HSL color Cylindrical-coordinate representation of color #643204: hue angle of 28.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #643204 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 4 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.61 |
| HSL | 28.75º | 0.92% | 0.2% | - |
| HSV(B) | 28.75º | 0.96% | 0.39% | - |
| XYZ | 6.42 | 5 | 0.74 | - |
| YUV | 59.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 4 | 0 | 0.50 | 0.96 | 0.61 | 28.75 | 0.92 | 0.2 |
| Hex | 64 | 32 | 4 | 0 | 32 | 60 | 3D | 1D | 5C | 14 |
| Octal | 144 | 62 | 4 | 0 | 62 | 140 | 75 | 35 | 134 | 24 |
| Binary | 1100100 | 110010 | 100 | 0 | 110010 | 1100000 | 111101 | 11101 | 1011100 | 10100 |
Color Harmonies of #643204
Complementary color
Monochromatic Colors of #643204
Black with #643204
Text Example
Text Example
White with #643204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643204; }
p { color: rgb(100,50,4); }
H1.HeaderClassName
{
color: #643204;
}
.AnyTagClassName
{
color: #643204;
}
</style>
background-color css
<style>
a { background-color: #643204; }
a { background-color: rgb(100,50,4); }
div.DivClassName
{
background-color: #643204;
}
.BgClassName
{
background-color: #643204;
}
</style>
border-color css
<style>
span { border-color: #643204; }
span { border-color: rgb(100,50,4); }
td.TdClassName
{
border-color: #643204;
}
.TagClassName
{
border-color: #643204;
}
</style>