Shades of Baker's Chocolate #642600
Tints of Baker's Chocolate #642600
RGB
CMYK
RGB Variations
Color information
#642600 (or 0x642600) is known color: Baker's Chocolate. HEX triplet: 64, 26 and 00. RGB value is (100,38,0). Sum of RGB (Red+Green+Blue) = 100+38+0=138 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.46% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 100 - color contains mainly: red. Hex color #642600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642600 is #9BD9FF. Grayscale: #343434. Windows color (decimal): -10213888 or 9828. OLE color: 9828.
HSL color Cylindrical-coordinate representation of color #642600: hue angle of 22.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 #642600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.61 |
| HSL | 22.8º | 1% | 0.2% | - |
| HSV(B) | 22.8º | 1% | 0.39% | - |
| XYZ | 5.95 | 4.1 | 0.48 | - |
| YUV | 52.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 0 | 0 | 0.62 | 1 | 0.61 | 22.8 | 1 | 0.2 |
| Hex | 64 | 26 | 0 | 0 | 3E | 64 | 3D | 17 | 64 | 14 |
| Octal | 144 | 46 | 0 | 0 | 76 | 144 | 75 | 27 | 144 | 24 |
| Binary | 1100100 | 100110 | 0 | 0 | 111110 | 1100100 | 111101 | 10111 | 1100100 | 10100 |
Color Harmonies of #642600
Complementary color
Monochromatic Colors of #642600
Black with #642600
Text Example
Text Example
White with #642600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642600; }
p { color: rgb(100,38,0); }
H1.HeaderClassName
{
color: #642600;
}
.AnyTagClassName
{
color: #642600;
}
</style>
background-color css
<style>
a { background-color: #642600; }
a { background-color: rgb(100,38,0); }
div.DivClassName
{
background-color: #642600;
}
.BgClassName
{
background-color: #642600;
}
</style>
border-color css
<style>
span { border-color: #642600; }
span { border-color: rgb(100,38,0); }
td.TdClassName
{
border-color: #642600;
}
.TagClassName
{
border-color: #642600;
}
</style>