Shades of Baker's Chocolate #643A15
Tints of Baker's Chocolate #643A15
RGB
CMYK
RGB Variations
Color information
#643A15 (or 0x643A15) is known color: Baker's Chocolate. HEX triplet: 64, 3A and 15. RGB value is (100,58,21). Sum of RGB (Red+Green+Blue) = 100+58+21=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #643A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643A15 is #9BC5EA. Grayscale: #424242. Windows color (decimal): -10208747 or 1391204. OLE color: 1391204.
HSL color Cylindrical-coordinate representation of color #643A15: hue angle of 28.1º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #643A15 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 21 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.61 |
| HSL | 28.1º | 0.65% | 0.24% | - |
| HSV(B) | 28.1º | 0.79% | 0.39% | - |
| XYZ | 6.9 | 5.79 | 1.46 | - |
| YUV | 66.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 21 | 0 | 0.42 | 0.79 | 0.61 | 28.1 | 0.65 | 0.24 |
| Hex | 64 | 3A | 15 | 0 | 2A | 4F | 3D | 1C | 41 | 18 |
| Octal | 144 | 72 | 25 | 0 | 52 | 117 | 75 | 34 | 101 | 30 |
| Binary | 1100100 | 111010 | 10101 | 0 | 101010 | 1001111 | 111101 | 11100 | 1000001 | 11000 |
Color Harmonies of #643A15
Complementary color
Monochromatic Colors of #643A15
Black with #643A15
Text Example
Text Example
White with #643A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A15; }
p { color: rgb(100,58,21); }
H1.HeaderClassName
{
color: #643A15;
}
.AnyTagClassName
{
color: #643A15;
}
</style>
background-color css
<style>
a { background-color: #643A15; }
a { background-color: rgb(100,58,21); }
div.DivClassName
{
background-color: #643A15;
}
.BgClassName
{
background-color: #643A15;
}
</style>
border-color css
<style>
span { border-color: #643A15; }
span { border-color: rgb(100,58,21); }
td.TdClassName
{
border-color: #643A15;
}
.TagClassName
{
border-color: #643A15;
}
</style>