Shades of Baker's Chocolate #643B11
Tints of Baker's Chocolate #643B11
RGB
CMYK
RGB Variations
Color information
#643B11 (or 0x643B11) is known color: Baker's Chocolate. HEX triplet: 64, 3B and 11. RGB value is (100,59,17). Sum of RGB (Red+Green+Blue) = 100+59+17=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #643B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643B11 is #9BC4EE. Grayscale: #424242. Windows color (decimal): -10208495 or 1129316. OLE color: 1129316.
HSL color Cylindrical-coordinate representation of color #643B11: hue angle of 30.36º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #643B11 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 17 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.61 |
| HSL | 30.36º | 0.71% | 0.23% | - |
| HSV(B) | 30.36º | 0.83% | 0.39% | - |
| XYZ | 6.92 | 5.88 | 1.3 | - |
| YUV | 66.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 17 | 0 | 0.41 | 0.83 | 0.61 | 30.36 | 0.71 | 0.23 |
| Hex | 64 | 3B | 11 | 0 | 29 | 53 | 3D | 1E | 47 | 17 |
| Octal | 144 | 73 | 21 | 0 | 51 | 123 | 75 | 36 | 107 | 27 |
| Binary | 1100100 | 111011 | 10001 | 0 | 101001 | 1010011 | 111101 | 11110 | 1000111 | 10111 |
Color Harmonies of #643B11
Complementary color
Monochromatic Colors of #643B11
Black with #643B11
Text Example
Text Example
White with #643B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B11; }
p { color: rgb(100,59,17); }
H1.HeaderClassName
{
color: #643B11;
}
.AnyTagClassName
{
color: #643B11;
}
</style>
background-color css
<style>
a { background-color: #643B11; }
a { background-color: rgb(100,59,17); }
div.DivClassName
{
background-color: #643B11;
}
.BgClassName
{
background-color: #643B11;
}
</style>
border-color css
<style>
span { border-color: #643B11; }
span { border-color: rgb(100,59,17); }
td.TdClassName
{
border-color: #643B11;
}
.TagClassName
{
border-color: #643B11;
}
</style>