Shades of Baker's Chocolate #643B0E
Tints of Baker's Chocolate #643B0E
RGB
CMYK
RGB Variations
Color information
#643B0E (or 0x643B0E) is known color: Baker's Chocolate. HEX triplet: 64, 3B and 0E. RGB value is (100,59,14). Sum of RGB (Red+Green+Blue) = 100+59+14=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #643B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643B0E is #9BC4F1. Grayscale: #424242. Windows color (decimal): -10208498 or 932708. OLE color: 932708.
HSL color Cylindrical-coordinate representation of color #643B0E: hue angle of 31.4º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #643B0E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 14 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.61 |
| HSL | 31.4º | 0.75% | 0.22% | - |
| HSV(B) | 31.4º | 0.86% | 0.39% | - |
| XYZ | 6.9 | 5.87 | 1.18 | - |
| YUV | 66.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 14 | 0 | 0.41 | 0.86 | 0.61 | 31.4 | 0.75 | 0.22 |
| Hex | 64 | 3B | E | 0 | 29 | 56 | 3D | 1F | 4B | 16 |
| Octal | 144 | 73 | 16 | 0 | 51 | 126 | 75 | 37 | 113 | 26 |
| Binary | 1100100 | 111011 | 1110 | 0 | 101001 | 1010110 | 111101 | 11111 | 1001011 | 10110 |
Color Harmonies of #643B0E
Complementary color
Monochromatic Colors of #643B0E
Black with #643B0E
Text Example
Text Example
White with #643B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B0E; }
p { color: rgb(100,59,14); }
H1.HeaderClassName
{
color: #643B0E;
}
.AnyTagClassName
{
color: #643B0E;
}
</style>
background-color css
<style>
a { background-color: #643B0E; }
a { background-color: rgb(100,59,14); }
div.DivClassName
{
background-color: #643B0E;
}
.BgClassName
{
background-color: #643B0E;
}
</style>
border-color css
<style>
span { border-color: #643B0E; }
span { border-color: rgb(100,59,14); }
td.TdClassName
{
border-color: #643B0E;
}
.TagClassName
{
border-color: #643B0E;
}
</style>