Shades of Baker's Chocolate #642100
Tints of Baker's Chocolate #642100
RGB
CMYK
RGB Variations
Color information
#642100 (or 0x642100) is known color: Baker's Chocolate. HEX triplet: 64, 21 and 00. RGB value is (100,33,0). Sum of RGB (Red+Green+Blue) = 100+33+0=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #642100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642100 is #9BDEFF. Grayscale: #313131. Windows color (decimal): -10215168 or 8548. OLE color: 8548.
HSL color Cylindrical-coordinate representation of color #642100: hue angle of 19.8º 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 #642100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.61 |
| HSL | 19.8º | 1% | 0.2% | - |
| HSV(B) | 19.8º | 1% | 0.39% | - |
| XYZ | 5.8 | 3.8 | 0.43 | - |
| YUV | 49.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 0 | 0 | 0.67 | 1 | 0.61 | 19.8 | 1 | 0.2 |
| Hex | 64 | 21 | 0 | 0 | 43 | 64 | 3D | 14 | 64 | 14 |
| Octal | 144 | 41 | 0 | 0 | 103 | 144 | 75 | 24 | 144 | 24 |
| Binary | 1100100 | 100001 | 0 | 0 | 1000011 | 1100100 | 111101 | 10100 | 1100100 | 10100 |
Color Harmonies of #642100
Complementary color
Monochromatic Colors of #642100
Black with #642100
Text Example
Text Example
White with #642100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642100; }
p { color: rgb(100,33,0); }
H1.HeaderClassName
{
color: #642100;
}
.AnyTagClassName
{
color: #642100;
}
</style>
background-color css
<style>
a { background-color: #642100; }
a { background-color: rgb(100,33,0); }
div.DivClassName
{
background-color: #642100;
}
.BgClassName
{
background-color: #642100;
}
</style>
border-color css
<style>
span { border-color: #642100; }
span { border-color: rgb(100,33,0); }
td.TdClassName
{
border-color: #642100;
}
.TagClassName
{
border-color: #642100;
}
</style>