Shades of Baker's Chocolate #643507
Tints of Baker's Chocolate #643507
RGB
CMYK
RGB Variations
Color information
#643507 (or 0x643507) is known color: Baker's Chocolate. HEX triplet: 64, 35 and 07. RGB value is (100,53,7). Sum of RGB (Red+Green+Blue) = 100+53+7=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #643507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643507 is #9BCAF8. Grayscale: #3E3E3E. Windows color (decimal): -10210041 or 472420. OLE color: 472420.
HSL color Cylindrical-coordinate representation of color #643507: hue angle of 29.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #643507 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 7 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.61 |
| HSL | 29.68º | 0.87% | 0.21% | - |
| HSV(B) | 29.68º | 0.93% | 0.39% | - |
| XYZ | 6.57 | 5.27 | 0.87 | - |
| YUV | 61.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 7 | 0 | 0.47 | 0.93 | 0.61 | 29.68 | 0.87 | 0.21 |
| Hex | 64 | 35 | 7 | 0 | 2F | 5D | 3D | 1E | 57 | 15 |
| Octal | 144 | 65 | 7 | 0 | 57 | 135 | 75 | 36 | 127 | 25 |
| Binary | 1100100 | 110101 | 111 | 0 | 101111 | 1011101 | 111101 | 11110 | 1010111 | 10101 |
Color Harmonies of #643507
Complementary color
Monochromatic Colors of #643507
Black with #643507
Text Example
Text Example
White with #643507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643507; }
p { color: rgb(100,53,7); }
H1.HeaderClassName
{
color: #643507;
}
.AnyTagClassName
{
color: #643507;
}
</style>
background-color css
<style>
a { background-color: #643507; }
a { background-color: rgb(100,53,7); }
div.DivClassName
{
background-color: #643507;
}
.BgClassName
{
background-color: #643507;
}
</style>
border-color css
<style>
span { border-color: #643507; }
span { border-color: rgb(100,53,7); }
td.TdClassName
{
border-color: #643507;
}
.TagClassName
{
border-color: #643507;
}
</style>