Shades of Baker's Chocolate #642800
Tints of Baker's Chocolate #642800
RGB
CMYK
RGB Variations
Color information
#642800 (or 0x642800) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 00. RGB value is (100,40,0). Sum of RGB (Red+Green+Blue) = 100+40+0=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #642800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642800 is #9BD7FF. Grayscale: #353535. Windows color (decimal): -10213376 or 10340. OLE color: 10340.
HSL color Cylindrical-coordinate representation of color #642800: hue angle of 24º 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 #642800 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.61 |
| HSL | 24º | 1% | 0.2% | - |
| HSV(B) | 24º | 1% | 0.39% | - |
| XYZ | 6.01 | 4.23 | 0.5 | - |
| YUV | 53.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 0 | 0 | 0.6 | 1 | 0.61 | 24 | 1 | 0.2 |
| Hex | 64 | 28 | 0 | 0 | 3C | 64 | 3D | 18 | 64 | 14 |
| Octal | 144 | 50 | 0 | 0 | 74 | 144 | 75 | 30 | 144 | 24 |
| Binary | 1100100 | 101000 | 0 | 0 | 111100 | 1100100 | 111101 | 11000 | 1100100 | 10100 |
Color Harmonies of #642800
Complementary color
Monochromatic Colors of #642800
Black with #642800
Text Example
Text Example
White with #642800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642800; }
p { color: rgb(100,40,0); }
H1.HeaderClassName
{
color: #642800;
}
.AnyTagClassName
{
color: #642800;
}
</style>
background-color css
<style>
a { background-color: #642800; }
a { background-color: rgb(100,40,0); }
div.DivClassName
{
background-color: #642800;
}
.BgClassName
{
background-color: #642800;
}
</style>
border-color css
<style>
span { border-color: #642800; }
span { border-color: rgb(100,40,0); }
td.TdClassName
{
border-color: #642800;
}
.TagClassName
{
border-color: #642800;
}
</style>