Shades of Baker's Chocolate #642B00
Tints of Baker's Chocolate #642B00
RGB
CMYK
RGB Variations
Color information
#642B00 (or 0x642B00) is known color: Baker's Chocolate. HEX triplet: 64, 2B and 00. RGB value is (100,43,0). Sum of RGB (Red+Green+Blue) = 100+43+0=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #642B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B00 is #9BD4FF. Grayscale: #373737. Windows color (decimal): -10212608 or 11108. OLE color: 11108.
HSL color Cylindrical-coordinate representation of color #642B00: hue angle of 25.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 #642B00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.61 |
| HSL | 25.8º | 1% | 0.2% | - |
| HSV(B) | 25.8º | 1% | 0.39% | - |
| XYZ | 6.12 | 4.44 | 0.53 | - |
| YUV | 55.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 0 | 0 | 0.57 | 1 | 0.61 | 25.8 | 1 | 0.2 |
| Hex | 64 | 2B | 0 | 0 | 39 | 64 | 3D | 1A | 64 | 14 |
| Octal | 144 | 53 | 0 | 0 | 71 | 144 | 75 | 32 | 144 | 24 |
| Binary | 1100100 | 101011 | 0 | 0 | 111001 | 1100100 | 111101 | 11010 | 1100100 | 10100 |
Color Harmonies of #642B00
Complementary color
Monochromatic Colors of #642B00
Black with #642B00
Text Example
Text Example
White with #642B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B00; }
p { color: rgb(100,43,0); }
H1.HeaderClassName
{
color: #642B00;
}
.AnyTagClassName
{
color: #642B00;
}
</style>
background-color css
<style>
a { background-color: #642B00; }
a { background-color: rgb(100,43,0); }
div.DivClassName
{
background-color: #642B00;
}
.BgClassName
{
background-color: #642B00;
}
</style>
border-color css
<style>
span { border-color: #642B00; }
span { border-color: rgb(100,43,0); }
td.TdClassName
{
border-color: #642B00;
}
.TagClassName
{
border-color: #642B00;
}
</style>