Shades of Baker's Chocolate #642808
Tints of Baker's Chocolate #642808
RGB
CMYK
RGB Variations
Color information
#642808 (or 0x642808) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 08. RGB value is (100,40,8). Sum of RGB (Red+Green+Blue) = 100+40+8=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #642808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642808 is #9BD7F7. Grayscale: #363636. Windows color (decimal): -10213368 or 534628. OLE color: 534628.
HSL color Cylindrical-coordinate representation of color #642808: hue angle of 20.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #642808 is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 8 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.61 |
| HSL | 20.87º | 0.85% | 0.21% | - |
| HSV(B) | 20.87º | 0.92% | 0.39% | - |
| XYZ | 6.06 | 4.24 | 0.73 | - |
| YUV | 54.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 8 | 0 | 0.6 | 0.92 | 0.61 | 20.87 | 0.85 | 0.21 |
| Hex | 64 | 28 | 8 | 0 | 3C | 5C | 3D | 15 | 55 | 15 |
| Octal | 144 | 50 | 10 | 0 | 74 | 134 | 75 | 25 | 125 | 25 |
| Binary | 1100100 | 101000 | 1000 | 0 | 111100 | 1011100 | 111101 | 10101 | 1010101 | 10101 |
Color Harmonies of #642808
Complementary color
Monochromatic Colors of #642808
Black with #642808
Text Example
Text Example
White with #642808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642808; }
p { color: rgb(100,40,8); }
H1.HeaderClassName
{
color: #642808;
}
.AnyTagClassName
{
color: #642808;
}
</style>
background-color css
<style>
a { background-color: #642808; }
a { background-color: rgb(100,40,8); }
div.DivClassName
{
background-color: #642808;
}
.BgClassName
{
background-color: #642808;
}
</style>
border-color css
<style>
span { border-color: #642808; }
span { border-color: rgb(100,40,8); }
td.TdClassName
{
border-color: #642808;
}
.TagClassName
{
border-color: #642808;
}
</style>