Shades of Baker's Chocolate #643C13
Tints of Baker's Chocolate #643C13
RGB
CMYK
RGB Variations
Color information
#643C13 (or 0x643C13) is known color: Baker's Chocolate. HEX triplet: 64, 3C and 13. RGB value is (100,60,19). Sum of RGB (Red+Green+Blue) = 100+60+19=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #643C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C13 is #9BC3EC. Grayscale: #434343. Windows color (decimal): -10208237 or 1260644. OLE color: 1260644.
HSL color Cylindrical-coordinate representation of color #643C13: hue angle of 30.37º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #643C13 is Cyan = 0, Magento = 0.4, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 19 | - |
| CMYK | 0 | 0.4 | 0.81 | 0.61 |
| HSL | 30.37º | 0.68% | 0.23% | - |
| HSV(B) | 30.37º | 0.81% | 0.39% | - |
| XYZ | 6.99 | 5.99 | 1.4 | - |
| YUV | 67.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 19 | 0 | 0.4 | 0.81 | 0.61 | 30.37 | 0.68 | 0.23 |
| Hex | 64 | 3C | 13 | 0 | 28 | 51 | 3D | 1E | 44 | 17 |
| Octal | 144 | 74 | 23 | 0 | 50 | 121 | 75 | 36 | 104 | 27 |
| Binary | 1100100 | 111100 | 10011 | 0 | 101000 | 1010001 | 111101 | 11110 | 1000100 | 10111 |
Color Harmonies of #643C13
Complementary color
Monochromatic Colors of #643C13
Black with #643C13
Text Example
Text Example
White with #643C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C13; }
p { color: rgb(100,60,19); }
H1.HeaderClassName
{
color: #643C13;
}
.AnyTagClassName
{
color: #643C13;
}
</style>
background-color css
<style>
a { background-color: #643C13; }
a { background-color: rgb(100,60,19); }
div.DivClassName
{
background-color: #643C13;
}
.BgClassName
{
background-color: #643C13;
}
</style>
border-color css
<style>
span { border-color: #643C13; }
span { border-color: rgb(100,60,19); }
td.TdClassName
{
border-color: #643C13;
}
.TagClassName
{
border-color: #643C13;
}
</style>