Shades of Baker's Chocolate #642C05
Tints of Baker's Chocolate #642C05
RGB
CMYK
RGB Variations
Color information
#642C05 (or 0x642C05) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 05. RGB value is (100,44,5). Sum of RGB (Red+Green+Blue) = 100+44+5=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C05 is #9BD3FA. Grayscale: #383838. Windows color (decimal): -10212347 or 339044. OLE color: 339044.
HSL color Cylindrical-coordinate representation of color #642C05: hue angle of 24.63º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #642C05 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 5 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.61 |
| HSL | 24.63º | 0.9% | 0.21% | - |
| HSV(B) | 24.63º | 0.95% | 0.39% | - |
| XYZ | 6.18 | 4.52 | 0.69 | - |
| YUV | 56.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 5 | 0 | 0.56 | 0.95 | 0.61 | 24.63 | 0.9 | 0.21 |
| Hex | 64 | 2C | 5 | 0 | 38 | 5F | 3D | 19 | 5A | 15 |
| Octal | 144 | 54 | 5 | 0 | 70 | 137 | 75 | 31 | 132 | 25 |
| Binary | 1100100 | 101100 | 101 | 0 | 111000 | 1011111 | 111101 | 11001 | 1011010 | 10101 |
Color Harmonies of #642C05
Complementary color
Monochromatic Colors of #642C05
Black with #642C05
Text Example
Text Example
White with #642C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C05; }
p { color: rgb(100,44,5); }
H1.HeaderClassName
{
color: #642C05;
}
.AnyTagClassName
{
color: #642C05;
}
</style>
background-color css
<style>
a { background-color: #642C05; }
a { background-color: rgb(100,44,5); }
div.DivClassName
{
background-color: #642C05;
}
.BgClassName
{
background-color: #642C05;
}
</style>
border-color css
<style>
span { border-color: #642C05; }
span { border-color: rgb(100,44,5); }
td.TdClassName
{
border-color: #642C05;
}
.TagClassName
{
border-color: #642C05;
}
</style>