Shades of Baker's Chocolate #643302
Tints of Baker's Chocolate #643302
RGB
CMYK
RGB Variations
Color information
#643302 (or 0x643302) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 02. RGB value is (100,51,2). Sum of RGB (Red+Green+Blue) = 100+51+2=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #643302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643302 is #9BCCFD. Grayscale: #3C3C3C. Windows color (decimal): -10210558 or 144228. OLE color: 144228.
HSL color Cylindrical-coordinate representation of color #643302: hue angle of 30º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #643302 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 2 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.61 |
| HSL | 30º | 0.96% | 0.2% | - |
| HSV(B) | 30º | 0.98% | 0.39% | - |
| XYZ | 6.45 | 5.08 | 0.7 | - |
| YUV | 60.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 2 | 0 | 0.49 | 0.98 | 0.61 | 30 | 0.96 | 0.2 |
| Hex | 64 | 33 | 2 | 0 | 31 | 62 | 3D | 1E | 60 | 14 |
| Octal | 144 | 63 | 2 | 0 | 61 | 142 | 75 | 36 | 140 | 24 |
| Binary | 1100100 | 110011 | 10 | 0 | 110001 | 1100010 | 111101 | 11110 | 1100000 | 10100 |
Color Harmonies of #643302
Complementary color
Monochromatic Colors of #643302
Black with #643302
Text Example
Text Example
White with #643302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643302; }
p { color: rgb(100,51,2); }
H1.HeaderClassName
{
color: #643302;
}
.AnyTagClassName
{
color: #643302;
}
</style>
background-color css
<style>
a { background-color: #643302; }
a { background-color: rgb(100,51,2); }
div.DivClassName
{
background-color: #643302;
}
.BgClassName
{
background-color: #643302;
}
</style>
border-color css
<style>
span { border-color: #643302; }
span { border-color: rgb(100,51,2); }
td.TdClassName
{
border-color: #643302;
}
.TagClassName
{
border-color: #643302;
}
</style>