Shades of Baker's Chocolate #643612
Tints of Baker's Chocolate #643612
RGB
CMYK
RGB Variations
Color information
#643612 (or 0x643612) is known color: Baker's Chocolate. HEX triplet: 64, 36 and 12. RGB value is (100,54,18). Sum of RGB (Red+Green+Blue) = 100+54+18=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643612 is #9BC9ED. Grayscale: #3F3F3F. Windows color (decimal): -10209774 or 1193572. OLE color: 1193572.
HSL color Cylindrical-coordinate representation of color #643612: hue angle of 26.34º 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 #643612 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 54 | 18 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.61 |
| HSL | 26.34º | 0.69% | 0.23% | - |
| HSV(B) | 26.34º | 0.82% | 0.39% | - |
| XYZ | 6.68 | 5.39 | 1.26 | - |
| YUV | 63.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 18 | 0 | 0.46 | 0.82 | 0.61 | 26.34 | 0.69 | 0.23 |
| Hex | 64 | 36 | 12 | 0 | 2E | 52 | 3D | 1A | 45 | 17 |
| Octal | 144 | 66 | 22 | 0 | 56 | 122 | 75 | 32 | 105 | 27 |
| Binary | 1100100 | 110110 | 10010 | 0 | 101110 | 1010010 | 111101 | 11010 | 1000101 | 10111 |
Color Harmonies of #643612
Complementary color
Monochromatic Colors of #643612
Black with #643612
Text Example
Text Example
White with #643612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643612; }
p { color: rgb(100,54,18); }
H1.HeaderClassName
{
color: #643612;
}
.AnyTagClassName
{
color: #643612;
}
</style>
background-color css
<style>
a { background-color: #643612; }
a { background-color: rgb(100,54,18); }
div.DivClassName
{
background-color: #643612;
}
.BgClassName
{
background-color: #643612;
}
</style>
border-color css
<style>
span { border-color: #643612; }
span { border-color: rgb(100,54,18); }
td.TdClassName
{
border-color: #643612;
}
.TagClassName
{
border-color: #643612;
}
</style>