Shades of Baker's Chocolate #643508
Tints of Baker's Chocolate #643508
RGB
CMYK
RGB Variations
Color information
#643508 (or 0x643508) is known color: Baker's Chocolate. HEX triplet: 64, 35 and 08. RGB value is (100,53,8). Sum of RGB (Red+Green+Blue) = 100+53+8=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #643508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643508 is #9BCAF7. Grayscale: #3E3E3E. Windows color (decimal): -10210040 or 537956. OLE color: 537956.
HSL color Cylindrical-coordinate representation of color #643508: hue angle of 29.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #643508 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 8 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.61 |
| HSL | 29.35º | 0.85% | 0.21% | - |
| HSV(B) | 29.35º | 0.92% | 0.39% | - |
| XYZ | 6.57 | 5.27 | 0.9 | - |
| YUV | 61.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 8 | 0 | 0.47 | 0.92 | 0.61 | 29.35 | 0.85 | 0.21 |
| Hex | 64 | 35 | 8 | 0 | 2F | 5C | 3D | 1D | 55 | 15 |
| Octal | 144 | 65 | 10 | 0 | 57 | 134 | 75 | 35 | 125 | 25 |
| Binary | 1100100 | 110101 | 1000 | 0 | 101111 | 1011100 | 111101 | 11101 | 1010101 | 10101 |
Color Harmonies of #643508
Complementary color
Monochromatic Colors of #643508
Black with #643508
Text Example
Text Example
White with #643508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643508; }
p { color: rgb(100,53,8); }
H1.HeaderClassName
{
color: #643508;
}
.AnyTagClassName
{
color: #643508;
}
</style>
background-color css
<style>
a { background-color: #643508; }
a { background-color: rgb(100,53,8); }
div.DivClassName
{
background-color: #643508;
}
.BgClassName
{
background-color: #643508;
}
</style>
border-color css
<style>
span { border-color: #643508; }
span { border-color: rgb(100,53,8); }
td.TdClassName
{
border-color: #643508;
}
.TagClassName
{
border-color: #643508;
}
</style>