Shades of Baker's Chocolate #643908
Tints of Baker's Chocolate #643908
RGB
CMYK
RGB Variations
Color information
#643908 (or 0x643908) is known color: Baker's Chocolate. HEX triplet: 64, 39 and 08. RGB value is (100,57,8). Sum of RGB (Red+Green+Blue) = 100+57+8=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #643908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643908 is #9BC6F7. Grayscale: #404040. Windows color (decimal): -10209016 or 538980. OLE color: 538980.
HSL color Cylindrical-coordinate representation of color #643908: hue angle of 31.96º 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 #643908 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 8 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.61 |
| HSL | 31.96º | 0.85% | 0.21% | - |
| HSV(B) | 31.96º | 0.92% | 0.39% | - |
| XYZ | 6.76 | 5.65 | 0.96 | - |
| YUV | 64.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 8 | 0 | 0.43 | 0.92 | 0.61 | 31.96 | 0.85 | 0.21 |
| Hex | 64 | 39 | 8 | 0 | 2B | 5C | 3D | 20 | 55 | 15 |
| Octal | 144 | 71 | 10 | 0 | 53 | 134 | 75 | 40 | 125 | 25 |
| Binary | 1100100 | 111001 | 1000 | 0 | 101011 | 1011100 | 111101 | 100000 | 1010101 | 10101 |
Color Harmonies of #643908
Complementary color
Monochromatic Colors of #643908
Black with #643908
Text Example
Text Example
White with #643908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643908; }
p { color: rgb(100,57,8); }
H1.HeaderClassName
{
color: #643908;
}
.AnyTagClassName
{
color: #643908;
}
</style>
background-color css
<style>
a { background-color: #643908; }
a { background-color: rgb(100,57,8); }
div.DivClassName
{
background-color: #643908;
}
.BgClassName
{
background-color: #643908;
}
</style>
border-color css
<style>
span { border-color: #643908; }
span { border-color: rgb(100,57,8); }
td.TdClassName
{
border-color: #643908;
}
.TagClassName
{
border-color: #643908;
}
</style>