Shades of Baker's Chocolate #642C00
Tints of Baker's Chocolate #642C00
RGB
CMYK
RGB Variations
Color information
#642C00 (or 0x642C00) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 00. RGB value is (100,44,0). Sum of RGB (Red+Green+Blue) = 100+44+0=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #642C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C00 is #9BD3FF. Grayscale: #373737. Windows color (decimal): -10212352 or 11364. OLE color: 11364.
HSL color Cylindrical-coordinate representation of color #642C00: hue angle of 26.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #642C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.61 |
| HSL | 26.4º | 1% | 0.2% | - |
| HSV(B) | 26.4º | 1% | 0.39% | - |
| XYZ | 6.16 | 4.51 | 0.55 | - |
| YUV | 55.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 0 | 0 | 0.56 | 1 | 0.61 | 26.4 | 1 | 0.2 |
| Hex | 64 | 2C | 0 | 0 | 38 | 64 | 3D | 1A | 64 | 14 |
| Octal | 144 | 54 | 0 | 0 | 70 | 144 | 75 | 32 | 144 | 24 |
| Binary | 1100100 | 101100 | 0 | 0 | 111000 | 1100100 | 111101 | 11010 | 1100100 | 10100 |
Color Harmonies of #642C00
Complementary color
Monochromatic Colors of #642C00
Black with #642C00
Text Example
Text Example
White with #642C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C00; }
p { color: rgb(100,44,0); }
H1.HeaderClassName
{
color: #642C00;
}
.AnyTagClassName
{
color: #642C00;
}
</style>
background-color css
<style>
a { background-color: #642C00; }
a { background-color: rgb(100,44,0); }
div.DivClassName
{
background-color: #642C00;
}
.BgClassName
{
background-color: #642C00;
}
</style>
border-color css
<style>
span { border-color: #642C00; }
span { border-color: rgb(100,44,0); }
td.TdClassName
{
border-color: #642C00;
}
.TagClassName
{
border-color: #642C00;
}
</style>