Shades of Baker's Chocolate #643218
Tints of Baker's Chocolate #643218
RGB
CMYK
RGB Variations
Color information
#643218 (or 0x643218) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 18. RGB value is (100,50,24). Sum of RGB (Red+Green+Blue) = 100+50+24=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #643218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643218 is #9BCDE7. Grayscale: #3E3E3E. Windows color (decimal): -10210792 or 1585764. OLE color: 1585764.
HSL color Cylindrical-coordinate representation of color #643218: hue angle of 20.53º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #643218 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 24 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.61 |
| HSL | 20.53º | 0.61% | 0.24% | - |
| HSV(B) | 20.53º | 0.76% | 0.39% | - |
| XYZ | 6.56 | 5.06 | 1.49 | - |
| YUV | 61.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 24 | 0 | 0.50 | 0.76 | 0.61 | 20.53 | 0.61 | 0.24 |
| Hex | 64 | 32 | 18 | 0 | 32 | 4C | 3D | 15 | 3D | 18 |
| Octal | 144 | 62 | 30 | 0 | 62 | 114 | 75 | 25 | 75 | 30 |
| Binary | 1100100 | 110010 | 11000 | 0 | 110010 | 1001100 | 111101 | 10101 | 111101 | 11000 |
Color Harmonies of #643218
Complementary color
Monochromatic Colors of #643218
Black with #643218
Text Example
Text Example
White with #643218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643218; }
p { color: rgb(100,50,24); }
H1.HeaderClassName
{
color: #643218;
}
.AnyTagClassName
{
color: #643218;
}
</style>
background-color css
<style>
a { background-color: #643218; }
a { background-color: rgb(100,50,24); }
div.DivClassName
{
background-color: #643218;
}
.BgClassName
{
background-color: #643218;
}
</style>
border-color css
<style>
span { border-color: #643218; }
span { border-color: rgb(100,50,24); }
td.TdClassName
{
border-color: #643218;
}
.TagClassName
{
border-color: #643218;
}
</style>