Shades of Baker's Chocolate #643306
Tints of Baker's Chocolate #643306
RGB
CMYK
RGB Variations
Color information
#643306 (or 0x643306) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 06. RGB value is (100,51,6). Sum of RGB (Red+Green+Blue) = 100+51+6=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #643306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643306 is #9BCCF9. Grayscale: #3C3C3C. Windows color (decimal): -10210554 or 406372. OLE color: 406372.
HSL color Cylindrical-coordinate representation of color #643306: hue angle of 28.72º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #643306 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 6 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.61 |
| HSL | 28.72º | 0.89% | 0.21% | - |
| HSV(B) | 28.72º | 0.94% | 0.39% | - |
| XYZ | 6.47 | 5.09 | 0.81 | - |
| YUV | 60.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 6 | 0 | 0.49 | 0.94 | 0.61 | 28.72 | 0.89 | 0.21 |
| Hex | 64 | 33 | 6 | 0 | 31 | 5E | 3D | 1D | 59 | 15 |
| Octal | 144 | 63 | 6 | 0 | 61 | 136 | 75 | 35 | 131 | 25 |
| Binary | 1100100 | 110011 | 110 | 0 | 110001 | 1011110 | 111101 | 11101 | 1011001 | 10101 |
Color Harmonies of #643306
Complementary color
Monochromatic Colors of #643306
Black with #643306
Text Example
Text Example
White with #643306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643306; }
p { color: rgb(100,51,6); }
H1.HeaderClassName
{
color: #643306;
}
.AnyTagClassName
{
color: #643306;
}
</style>
background-color css
<style>
a { background-color: #643306; }
a { background-color: rgb(100,51,6); }
div.DivClassName
{
background-color: #643306;
}
.BgClassName
{
background-color: #643306;
}
</style>
border-color css
<style>
span { border-color: #643306; }
span { border-color: rgb(100,51,6); }
td.TdClassName
{
border-color: #643306;
}
.TagClassName
{
border-color: #643306;
}
</style>