Shades of Baker's Chocolate #642C04
Tints of Baker's Chocolate #642C04
RGB
CMYK
RGB Variations
Color information
#642C04 (or 0x642C04) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 04. RGB value is (100,44,4). Sum of RGB (Red+Green+Blue) = 100+44+4=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #642C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C04 is #9BD3FB. Grayscale: #383838. Windows color (decimal): -10212348 or 273508. OLE color: 273508.
HSL color Cylindrical-coordinate representation of color #642C04: hue angle of 25º 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 #642C04 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 4 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.61 |
| HSL | 25º | 0.92% | 0.2% | - |
| HSV(B) | 25º | 0.96% | 0.39% | - |
| XYZ | 6.18 | 4.52 | 0.66 | - |
| YUV | 56.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 4 | 0 | 0.56 | 0.96 | 0.61 | 25 | 0.92 | 0.2 |
| Hex | 64 | 2C | 4 | 0 | 38 | 60 | 3D | 19 | 5C | 14 |
| Octal | 144 | 54 | 4 | 0 | 70 | 140 | 75 | 31 | 134 | 24 |
| Binary | 1100100 | 101100 | 100 | 0 | 111000 | 1100000 | 111101 | 11001 | 1011100 | 10100 |
Color Harmonies of #642C04
Complementary color
Monochromatic Colors of #642C04
Black with #642C04
Text Example
Text Example
White with #642C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C04; }
p { color: rgb(100,44,4); }
H1.HeaderClassName
{
color: #642C04;
}
.AnyTagClassName
{
color: #642C04;
}
</style>
background-color css
<style>
a { background-color: #642C04; }
a { background-color: rgb(100,44,4); }
div.DivClassName
{
background-color: #642C04;
}
.BgClassName
{
background-color: #642C04;
}
</style>
border-color css
<style>
span { border-color: #642C04; }
span { border-color: rgb(100,44,4); }
td.TdClassName
{
border-color: #642C04;
}
.TagClassName
{
border-color: #642C04;
}
</style>