Shades of Baker's Chocolate #643C12
Tints of Baker's Chocolate #643C12
RGB
CMYK
RGB Variations
Color information
#643C12 (or 0x643C12) is known color: Baker's Chocolate. HEX triplet: 64, 3C and 12. RGB value is (100,60,18). Sum of RGB (Red+Green+Blue) = 100+60+18=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #643C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C12 is #9BC3ED. Grayscale: #434343. Windows color (decimal): -10208238 or 1195108. OLE color: 1195108.
HSL color Cylindrical-coordinate representation of color #643C12: hue angle of 30.73º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #643C12 is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 18 | - |
| CMYK | 0 | 0.4 | 0.82 | 0.61 |
| HSL | 30.73º | 0.69% | 0.23% | - |
| HSV(B) | 30.73º | 0.82% | 0.39% | - |
| XYZ | 6.98 | 5.98 | 1.36 | - |
| YUV | 67.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 18 | 0 | 0.4 | 0.82 | 0.61 | 30.73 | 0.69 | 0.23 |
| Hex | 64 | 3C | 12 | 0 | 28 | 52 | 3D | 1F | 45 | 17 |
| Octal | 144 | 74 | 22 | 0 | 50 | 122 | 75 | 37 | 105 | 27 |
| Binary | 1100100 | 111100 | 10010 | 0 | 101000 | 1010010 | 111101 | 11111 | 1000101 | 10111 |
Color Harmonies of #643C12
Complementary color
Monochromatic Colors of #643C12
Black with #643C12
Text Example
Text Example
White with #643C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C12; }
p { color: rgb(100,60,18); }
H1.HeaderClassName
{
color: #643C12;
}
.AnyTagClassName
{
color: #643C12;
}
</style>
background-color css
<style>
a { background-color: #643C12; }
a { background-color: rgb(100,60,18); }
div.DivClassName
{
background-color: #643C12;
}
.BgClassName
{
background-color: #643C12;
}
</style>
border-color css
<style>
span { border-color: #643C12; }
span { border-color: rgb(100,60,18); }
td.TdClassName
{
border-color: #643C12;
}
.TagClassName
{
border-color: #643C12;
}
</style>