Shades of Baker's Chocolate #643117
Tints of Baker's Chocolate #643117
RGB
CMYK
RGB Variations
Color information
#643117 (or 0x643117) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 17. RGB value is (100,49,23). Sum of RGB (Red+Green+Blue) = 100+49+23=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643117 is #9BCEE8. Grayscale: #3D3D3D. Windows color (decimal): -10211049 or 1519972. OLE color: 1519972.
HSL color Cylindrical-coordinate representation of color #643117: hue angle of 20.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #643117 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 23 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.61 |
| HSL | 20.26º | 0.63% | 0.24% | - |
| HSV(B) | 20.26º | 0.77% | 0.39% | - |
| XYZ | 6.51 | 4.97 | 1.43 | - |
| YUV | 61.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 23 | 0 | 0.51 | 0.77 | 0.61 | 20.26 | 0.63 | 0.24 |
| Hex | 64 | 31 | 17 | 0 | 33 | 4D | 3D | 14 | 3F | 18 |
| Octal | 144 | 61 | 27 | 0 | 63 | 115 | 75 | 24 | 77 | 30 |
| Binary | 1100100 | 110001 | 10111 | 0 | 110011 | 1001101 | 111101 | 10100 | 111111 | 11000 |
Color Harmonies of #643117
Complementary color
Monochromatic Colors of #643117
Black with #643117
Text Example
Text Example
White with #643117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643117; }
p { color: rgb(100,49,23); }
H1.HeaderClassName
{
color: #643117;
}
.AnyTagClassName
{
color: #643117;
}
</style>
background-color css
<style>
a { background-color: #643117; }
a { background-color: rgb(100,49,23); }
div.DivClassName
{
background-color: #643117;
}
.BgClassName
{
background-color: #643117;
}
</style>
border-color css
<style>
span { border-color: #643117; }
span { border-color: rgb(100,49,23); }
td.TdClassName
{
border-color: #643117;
}
.TagClassName
{
border-color: #643117;
}
</style>