Shades of Baker's Chocolate #643909
Tints of Baker's Chocolate #643909
RGB
CMYK
RGB Variations
Color information
#643909 (or 0x643909) is known color: Baker's Chocolate. HEX triplet: 64, 39 and 09. RGB value is (100,57,9). Sum of RGB (Red+Green+Blue) = 100+57+9=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #643909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643909 is #9BC6F6. Grayscale: #404040. Windows color (decimal): -10209015 or 604516. OLE color: 604516.
HSL color Cylindrical-coordinate representation of color #643909: hue angle of 31.65º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #643909 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 9 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.61 |
| HSL | 31.65º | 0.83% | 0.21% | - |
| HSV(B) | 31.65º | 0.91% | 0.39% | - |
| XYZ | 6.77 | 5.66 | 0.99 | - |
| YUV | 64.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 9 | 0 | 0.43 | 0.91 | 0.61 | 31.65 | 0.83 | 0.21 |
| Hex | 64 | 39 | 9 | 0 | 2B | 5B | 3D | 20 | 53 | 15 |
| Octal | 144 | 71 | 11 | 0 | 53 | 133 | 75 | 40 | 123 | 25 |
| Binary | 1100100 | 111001 | 1001 | 0 | 101011 | 1011011 | 111101 | 100000 | 1010011 | 10101 |
Color Harmonies of #643909
Complementary color
Monochromatic Colors of #643909
Black with #643909
Text Example
Text Example
White with #643909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643909; }
p { color: rgb(100,57,9); }
H1.HeaderClassName
{
color: #643909;
}
.AnyTagClassName
{
color: #643909;
}
</style>
background-color css
<style>
a { background-color: #643909; }
a { background-color: rgb(100,57,9); }
div.DivClassName
{
background-color: #643909;
}
.BgClassName
{
background-color: #643909;
}
</style>
border-color css
<style>
span { border-color: #643909; }
span { border-color: rgb(100,57,9); }
td.TdClassName
{
border-color: #643909;
}
.TagClassName
{
border-color: #643909;
}
</style>