Shades of Baker's Chocolate #642807
Tints of Baker's Chocolate #642807
RGB
CMYK
RGB Variations
Color information
#642807 (or 0x642807) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 07. RGB value is (100,40,7). Sum of RGB (Red+Green+Blue) = 100+40+7=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642807 is #9BD7F8. Grayscale: #363636. Windows color (decimal): -10213369 or 469092. OLE color: 469092.
HSL color Cylindrical-coordinate representation of color #642807: hue angle of 21.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #642807 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 7 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.61 |
| HSL | 21.29º | 0.87% | 0.21% | - |
| HSV(B) | 21.29º | 0.93% | 0.39% | - |
| XYZ | 6.05 | 4.24 | 0.7 | - |
| YUV | 54.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 7 | 0 | 0.6 | 0.93 | 0.61 | 21.29 | 0.87 | 0.21 |
| Hex | 64 | 28 | 7 | 0 | 3C | 5D | 3D | 15 | 57 | 15 |
| Octal | 144 | 50 | 7 | 0 | 74 | 135 | 75 | 25 | 127 | 25 |
| Binary | 1100100 | 101000 | 111 | 0 | 111100 | 1011101 | 111101 | 10101 | 1010111 | 10101 |
Color Harmonies of #642807
Complementary color
Monochromatic Colors of #642807
Black with #642807
Text Example
Text Example
White with #642807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642807; }
p { color: rgb(100,40,7); }
H1.HeaderClassName
{
color: #642807;
}
.AnyTagClassName
{
color: #642807;
}
</style>
background-color css
<style>
a { background-color: #642807; }
a { background-color: rgb(100,40,7); }
div.DivClassName
{
background-color: #642807;
}
.BgClassName
{
background-color: #642807;
}
</style>
border-color css
<style>
span { border-color: #642807; }
span { border-color: rgb(100,40,7); }
td.TdClassName
{
border-color: #642807;
}
.TagClassName
{
border-color: #642807;
}
</style>