Shades of Baker's Chocolate #642D00
Tints of Baker's Chocolate #642D00
RGB
CMYK
RGB Variations
Color information
#642D00 (or 0x642D00) is known color: Baker's Chocolate. HEX triplet: 64, 2D and 00. RGB value is (100,45,0). Sum of RGB (Red+Green+Blue) = 100+45+0=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #642D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642D00 is #9BD2FF. Grayscale: #383838. Windows color (decimal): -10212096 or 11620. OLE color: 11620.
HSL color Cylindrical-coordinate representation of color #642D00: hue angle of 27º 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 #642D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.61 |
| HSL | 27º | 1% | 0.2% | - |
| HSV(B) | 27º | 1% | 0.39% | - |
| XYZ | 6.19 | 4.59 | 0.56 | - |
| YUV | 56.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 0 | 0 | 0.55 | 1 | 0.61 | 27 | 1 | 0.2 |
| Hex | 64 | 2D | 0 | 0 | 37 | 64 | 3D | 1B | 64 | 14 |
| Octal | 144 | 55 | 0 | 0 | 67 | 144 | 75 | 33 | 144 | 24 |
| Binary | 1100100 | 101101 | 0 | 0 | 110111 | 1100100 | 111101 | 11011 | 1100100 | 10100 |
Color Harmonies of #642D00
Complementary color
Monochromatic Colors of #642D00
Black with #642D00
Text Example
Text Example
White with #642D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D00; }
p { color: rgb(100,45,0); }
H1.HeaderClassName
{
color: #642D00;
}
.AnyTagClassName
{
color: #642D00;
}
</style>
background-color css
<style>
a { background-color: #642D00; }
a { background-color: rgb(100,45,0); }
div.DivClassName
{
background-color: #642D00;
}
.BgClassName
{
background-color: #642D00;
}
</style>
border-color css
<style>
span { border-color: #642D00; }
span { border-color: rgb(100,45,0); }
td.TdClassName
{
border-color: #642D00;
}
.TagClassName
{
border-color: #642D00;
}
</style>