Shades of Baker's Chocolate #643D0F
Tints of Baker's Chocolate #643D0F
RGB
CMYK
RGB Variations
Color information
#643D0F (or 0x643D0F) is known color: Baker's Chocolate. HEX triplet: 64, 3D and 0F. RGB value is (100,61,15). Sum of RGB (Red+Green+Blue) = 100+61+15=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #643D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643D0F is #9BC2F0. Grayscale: #434343. Windows color (decimal): -10207985 or 998756. OLE color: 998756.
HSL color Cylindrical-coordinate representation of color #643D0F: hue angle of 32.47º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #643D0F is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 15 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.61 |
| HSL | 32.47º | 0.74% | 0.23% | - |
| HSV(B) | 32.47º | 0.85% | 0.39% | - |
| XYZ | 7.01 | 6.08 | 1.26 | - |
| YUV | 67.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 15 | 0 | 0.39 | 0.85 | 0.61 | 32.47 | 0.74 | 0.23 |
| Hex | 64 | 3D | F | 0 | 27 | 55 | 3D | 20 | 4A | 17 |
| Octal | 144 | 75 | 17 | 0 | 47 | 125 | 75 | 40 | 112 | 27 |
| Binary | 1100100 | 111101 | 1111 | 0 | 100111 | 1010101 | 111101 | 100000 | 1001010 | 10111 |
Color Harmonies of #643D0F
Complementary color
Monochromatic Colors of #643D0F
Black with #643D0F
Text Example
Text Example
White with #643D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D0F; }
p { color: rgb(100,61,15); }
H1.HeaderClassName
{
color: #643D0F;
}
.AnyTagClassName
{
color: #643D0F;
}
</style>
background-color css
<style>
a { background-color: #643D0F; }
a { background-color: rgb(100,61,15); }
div.DivClassName
{
background-color: #643D0F;
}
.BgClassName
{
background-color: #643D0F;
}
</style>
border-color css
<style>
span { border-color: #643D0F; }
span { border-color: rgb(100,61,15); }
td.TdClassName
{
border-color: #643D0F;
}
.TagClassName
{
border-color: #643D0F;
}
</style>