Shades of Baker's Chocolate #643A14
Tints of Baker's Chocolate #643A14
RGB
CMYK
RGB Variations
Color information
#643A14 (or 0x643A14) is known color: Baker's Chocolate. HEX triplet: 64, 3A and 14. RGB value is (100,58,20). Sum of RGB (Red+Green+Blue) = 100+58+20=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #643A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643A14 is #9BC5EB. Grayscale: #424242. Windows color (decimal): -10208748 or 1325668. OLE color: 1325668.
HSL color Cylindrical-coordinate representation of color #643A14: hue angle of 28.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #643A14 is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 20 | - |
| CMYK | 0 | 0.42 | 0.8 | 0.61 |
| HSL | 28.5º | 0.67% | 0.24% | - |
| HSV(B) | 28.5º | 0.8% | 0.39% | - |
| XYZ | 6.89 | 5.79 | 1.42 | - |
| YUV | 66.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 20 | 0 | 0.42 | 0.8 | 0.61 | 28.5 | 0.67 | 0.24 |
| Hex | 64 | 3A | 14 | 0 | 2A | 50 | 3D | 1C | 43 | 18 |
| Octal | 144 | 72 | 24 | 0 | 52 | 120 | 75 | 34 | 103 | 30 |
| Binary | 1100100 | 111010 | 10100 | 0 | 101010 | 1010000 | 111101 | 11100 | 1000011 | 11000 |
Color Harmonies of #643A14
Complementary color
Monochromatic Colors of #643A14
Black with #643A14
Text Example
Text Example
White with #643A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A14; }
p { color: rgb(100,58,20); }
H1.HeaderClassName
{
color: #643A14;
}
.AnyTagClassName
{
color: #643A14;
}
</style>
background-color css
<style>
a { background-color: #643A14; }
a { background-color: rgb(100,58,20); }
div.DivClassName
{
background-color: #643A14;
}
.BgClassName
{
background-color: #643A14;
}
</style>
border-color css
<style>
span { border-color: #643A14; }
span { border-color: rgb(100,58,20); }
td.TdClassName
{
border-color: #643A14;
}
.TagClassName
{
border-color: #643A14;
}
</style>