Shades of Baker's Chocolate #643A08
Tints of Baker's Chocolate #643A08
RGB
CMYK
RGB Variations
Color information
#643A08 (or 0x643A08) is known color: Baker's Chocolate. HEX triplet: 64, 3A and 08. RGB value is (100,58,8). Sum of RGB (Red+Green+Blue) = 100+58+8=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #643A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643A08 is #9BC5F7. Grayscale: #414141. Windows color (decimal): -10208760 or 539236. OLE color: 539236.
HSL color Cylindrical-coordinate representation of color #643A08: hue angle of 32.61º 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 #643A08 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 8 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.61 |
| HSL | 32.61º | 0.85% | 0.21% | - |
| HSV(B) | 32.61º | 0.92% | 0.39% | - |
| XYZ | 6.81 | 5.75 | 0.98 | - |
| YUV | 64.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 8 | 0 | 0.42 | 0.92 | 0.61 | 32.61 | 0.85 | 0.21 |
| Hex | 64 | 3A | 8 | 0 | 2A | 5C | 3D | 21 | 55 | 15 |
| Octal | 144 | 72 | 10 | 0 | 52 | 134 | 75 | 41 | 125 | 25 |
| Binary | 1100100 | 111010 | 1000 | 0 | 101010 | 1011100 | 111101 | 100001 | 1010101 | 10101 |
Color Harmonies of #643A08
Complementary color
Monochromatic Colors of #643A08
Black with #643A08
Text Example
Text Example
White with #643A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A08; }
p { color: rgb(100,58,8); }
H1.HeaderClassName
{
color: #643A08;
}
.AnyTagClassName
{
color: #643A08;
}
</style>
background-color css
<style>
a { background-color: #643A08; }
a { background-color: rgb(100,58,8); }
div.DivClassName
{
background-color: #643A08;
}
.BgClassName
{
background-color: #643A08;
}
</style>
border-color css
<style>
span { border-color: #643A08; }
span { border-color: rgb(100,58,8); }
td.TdClassName
{
border-color: #643A08;
}
.TagClassName
{
border-color: #643A08;
}
</style>