Shades of Baker's Chocolate #642D04
Tints of Baker's Chocolate #642D04
RGB
CMYK
RGB Variations
Color information
#642D04 (or 0x642D04) is known color: Baker's Chocolate. HEX triplet: 64, 2D and 04. RGB value is (100,45,4). Sum of RGB (Red+Green+Blue) = 100+45+4=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D04 is #9BD2FB. Grayscale: #383838. Windows color (decimal): -10212092 or 273764. OLE color: 273764.
HSL color Cylindrical-coordinate representation of color #642D04: hue angle of 25.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #642D04 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 4 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.61 |
| HSL | 25.63º | 0.92% | 0.2% | - |
| HSV(B) | 25.63º | 0.96% | 0.39% | - |
| XYZ | 6.22 | 4.59 | 0.67 | - |
| YUV | 56.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 4 | 0 | 0.55 | 0.96 | 0.61 | 25.63 | 0.92 | 0.2 |
| Hex | 64 | 2D | 4 | 0 | 37 | 60 | 3D | 1A | 5C | 14 |
| Octal | 144 | 55 | 4 | 0 | 67 | 140 | 75 | 32 | 134 | 24 |
| Binary | 1100100 | 101101 | 100 | 0 | 110111 | 1100000 | 111101 | 11010 | 1011100 | 10100 |
Color Harmonies of #642D04
Complementary color
Monochromatic Colors of #642D04
Black with #642D04
Text Example
Text Example
White with #642D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D04; }
p { color: rgb(100,45,4); }
H1.HeaderClassName
{
color: #642D04;
}
.AnyTagClassName
{
color: #642D04;
}
</style>
background-color css
<style>
a { background-color: #642D04; }
a { background-color: rgb(100,45,4); }
div.DivClassName
{
background-color: #642D04;
}
.BgClassName
{
background-color: #642D04;
}
</style>
border-color css
<style>
span { border-color: #642D04; }
span { border-color: rgb(100,45,4); }
td.TdClassName
{
border-color: #642D04;
}
.TagClassName
{
border-color: #642D04;
}
</style>