Shades of Baker's Chocolate #643002
Tints of Baker's Chocolate #643002
RGB
CMYK
RGB Variations
Color information
#643002 (or 0x643002) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 02. RGB value is (100,48,2). Sum of RGB (Red+Green+Blue) = 100+48+2=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #643002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643002 is #9BCFFD. Grayscale: #3A3A3A. Windows color (decimal): -10211326 or 143460. OLE color: 143460.
HSL color Cylindrical-coordinate representation of color #643002: hue angle of 28.16º 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 #643002 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.61 |
| HSL | 28.16º | 0.96% | 0.2% | - |
| HSV(B) | 28.16º | 0.98% | 0.39% | - |
| XYZ | 6.32 | 4.83 | 0.66 | - |
| YUV | 58.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 2 | 0 | 0.52 | 0.98 | 0.61 | 28.16 | 0.96 | 0.2 |
| Hex | 64 | 30 | 2 | 0 | 34 | 62 | 3D | 1C | 60 | 14 |
| Octal | 144 | 60 | 2 | 0 | 64 | 142 | 75 | 34 | 140 | 24 |
| Binary | 1100100 | 110000 | 10 | 0 | 110100 | 1100010 | 111101 | 11100 | 1100000 | 10100 |
Color Harmonies of #643002
Complementary color
Monochromatic Colors of #643002
Black with #643002
Text Example
Text Example
White with #643002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643002; }
p { color: rgb(100,48,2); }
H1.HeaderClassName
{
color: #643002;
}
.AnyTagClassName
{
color: #643002;
}
</style>
background-color css
<style>
a { background-color: #643002; }
a { background-color: rgb(100,48,2); }
div.DivClassName
{
background-color: #643002;
}
.BgClassName
{
background-color: #643002;
}
</style>
border-color css
<style>
span { border-color: #643002; }
span { border-color: rgb(100,48,2); }
td.TdClassName
{
border-color: #643002;
}
.TagClassName
{
border-color: #643002;
}
</style>