Shades of Baker's Chocolate #642C03
Tints of Baker's Chocolate #642C03
RGB
CMYK
RGB Variations
Color information
#642C03 (or 0x642C03) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 03. RGB value is (100,44,3). Sum of RGB (Red+Green+Blue) = 100+44+3=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C03 is #9BD3FC. Grayscale: #383838. Windows color (decimal): -10212349 or 207972. OLE color: 207972.
HSL color Cylindrical-coordinate representation of color #642C03: hue angle of 25.36º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #642C03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.61 |
| HSL | 25.36º | 0.94% | 0.2% | - |
| HSV(B) | 25.36º | 0.97% | 0.39% | - |
| XYZ | 6.17 | 4.52 | 0.63 | - |
| YUV | 56.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 3 | 0 | 0.56 | 0.97 | 0.61 | 25.36 | 0.94 | 0.2 |
| Hex | 64 | 2C | 3 | 0 | 38 | 61 | 3D | 19 | 5E | 14 |
| Octal | 144 | 54 | 3 | 0 | 70 | 141 | 75 | 31 | 136 | 24 |
| Binary | 1100100 | 101100 | 11 | 0 | 111000 | 1100001 | 111101 | 11001 | 1011110 | 10100 |
Color Harmonies of #642C03
Complementary color
Monochromatic Colors of #642C03
Black with #642C03
Text Example
Text Example
White with #642C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C03; }
p { color: rgb(100,44,3); }
H1.HeaderClassName
{
color: #642C03;
}
.AnyTagClassName
{
color: #642C03;
}
</style>
background-color css
<style>
a { background-color: #642C03; }
a { background-color: rgb(100,44,3); }
div.DivClassName
{
background-color: #642C03;
}
.BgClassName
{
background-color: #642C03;
}
</style>
border-color css
<style>
span { border-color: #642C03; }
span { border-color: rgb(100,44,3); }
td.TdClassName
{
border-color: #642C03;
}
.TagClassName
{
border-color: #642C03;
}
</style>