Shades of Baker's Chocolate #643119
Tints of Baker's Chocolate #643119
RGB
CMYK
RGB Variations
Color information
#643119 (or 0x643119) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 19. RGB value is (100,49,25). Sum of RGB (Red+Green+Blue) = 100+49+25=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #643119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643119 is #9BCEE6. Grayscale: #3D3D3D. Windows color (decimal): -10211047 or 1651044. OLE color: 1651044.
HSL color Cylindrical-coordinate representation of color #643119: hue angle of 19.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643119 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 25 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.61 |
| HSL | 19.2º | 0.6% | 0.25% | - |
| HSV(B) | 19.2º | 0.75% | 0.39% | - |
| XYZ | 6.53 | 4.98 | 1.54 | - |
| YUV | 61.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 25 | 0 | 0.51 | 0.75 | 0.61 | 19.2 | 0.6 | 0.25 |
| Hex | 64 | 31 | 19 | 0 | 33 | 4B | 3D | 13 | 3C | 19 |
| Octal | 144 | 61 | 31 | 0 | 63 | 113 | 75 | 23 | 74 | 31 |
| Binary | 1100100 | 110001 | 11001 | 0 | 110011 | 1001011 | 111101 | 10011 | 111100 | 11001 |
Color Harmonies of #643119
Complementary color
Monochromatic Colors of #643119
Black with #643119
Text Example
Text Example
White with #643119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643119; }
p { color: rgb(100,49,25); }
H1.HeaderClassName
{
color: #643119;
}
.AnyTagClassName
{
color: #643119;
}
</style>
background-color css
<style>
a { background-color: #643119; }
a { background-color: rgb(100,49,25); }
div.DivClassName
{
background-color: #643119;
}
.BgClassName
{
background-color: #643119;
}
</style>
border-color css
<style>
span { border-color: #643119; }
span { border-color: rgb(100,49,25); }
td.TdClassName
{
border-color: #643119;
}
.TagClassName
{
border-color: #643119;
}
</style>