Shades of Baker's Chocolate #643C14
Tints of Baker's Chocolate #643C14
RGB
CMYK
RGB Variations
Color information
#643C14 (or 0x643C14) is known color: Baker's Chocolate. HEX triplet: 64, 3C and 14. RGB value is (100,60,20). Sum of RGB (Red+Green+Blue) = 100+60+20=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #643C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C14 is #9BC3EB. Grayscale: #434343. Windows color (decimal): -10208236 or 1326180. OLE color: 1326180.
HSL color Cylindrical-coordinate representation of color #643C14: hue angle of 30º 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 #643C14 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 20 | - |
| CMYK | 0 | 0.4 | 0.8 | 0.61 |
| HSL | 30º | 0.67% | 0.24% | - |
| HSV(B) | 30º | 0.8% | 0.39% | - |
| XYZ | 7 | 5.99 | 1.45 | - |
| YUV | 67.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 20 | 0 | 0.4 | 0.8 | 0.61 | 30 | 0.67 | 0.24 |
| Hex | 64 | 3C | 14 | 0 | 28 | 50 | 3D | 1E | 43 | 18 |
| Octal | 144 | 74 | 24 | 0 | 50 | 120 | 75 | 36 | 103 | 30 |
| Binary | 1100100 | 111100 | 10100 | 0 | 101000 | 1010000 | 111101 | 11110 | 1000011 | 11000 |
Color Harmonies of #643C14
Complementary color
Monochromatic Colors of #643C14
Black with #643C14
Text Example
Text Example
White with #643C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C14; }
p { color: rgb(100,60,20); }
H1.HeaderClassName
{
color: #643C14;
}
.AnyTagClassName
{
color: #643C14;
}
</style>
background-color css
<style>
a { background-color: #643C14; }
a { background-color: rgb(100,60,20); }
div.DivClassName
{
background-color: #643C14;
}
.BgClassName
{
background-color: #643C14;
}
</style>
border-color css
<style>
span { border-color: #643C14; }
span { border-color: rgb(100,60,20); }
td.TdClassName
{
border-color: #643C14;
}
.TagClassName
{
border-color: #643C14;
}
</style>