Shades of Baker's Chocolate #642D02
Tints of Baker's Chocolate #642D02
RGB
CMYK
RGB Variations
Color information
#642D02 (or 0x642D02) is known color: Baker's Chocolate. HEX triplet: 64, 2D and 02. RGB value is (100,45,2). Sum of RGB (Red+Green+Blue) = 100+45+2=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D02 is #9BD2FD. Grayscale: #383838. Windows color (decimal): -10212094 or 142692. OLE color: 142692.
HSL color Cylindrical-coordinate representation of color #642D02: hue angle of 26.33º 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 #642D02 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.61 |
| HSL | 26.33º | 0.96% | 0.2% | - |
| HSV(B) | 26.33º | 0.98% | 0.39% | - |
| XYZ | 6.2 | 4.59 | 0.62 | - |
| YUV | 56.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 2 | 0 | 0.55 | 0.98 | 0.61 | 26.33 | 0.96 | 0.2 |
| Hex | 64 | 2D | 2 | 0 | 37 | 62 | 3D | 1A | 60 | 14 |
| Octal | 144 | 55 | 2 | 0 | 67 | 142 | 75 | 32 | 140 | 24 |
| Binary | 1100100 | 101101 | 10 | 0 | 110111 | 1100010 | 111101 | 11010 | 1100000 | 10100 |
Color Harmonies of #642D02
Complementary color
Monochromatic Colors of #642D02
Black with #642D02
Text Example
Text Example
White with #642D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D02; }
p { color: rgb(100,45,2); }
H1.HeaderClassName
{
color: #642D02;
}
.AnyTagClassName
{
color: #642D02;
}
</style>
background-color css
<style>
a { background-color: #642D02; }
a { background-color: rgb(100,45,2); }
div.DivClassName
{
background-color: #642D02;
}
.BgClassName
{
background-color: #642D02;
}
</style>
border-color css
<style>
span { border-color: #642D02; }
span { border-color: rgb(100,45,2); }
td.TdClassName
{
border-color: #642D02;
}
.TagClassName
{
border-color: #642D02;
}
</style>