Shades of Baker's Chocolate #642F0B
Tints of Baker's Chocolate #642F0B
RGB
CMYK
RGB Variations
Color information
#642F0B (or 0x642F0B) is known color: Baker's Chocolate. HEX triplet: 64, 2F and 0B. RGB value is (100,47,11). Sum of RGB (Red+Green+Blue) = 100+47+11=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #642F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F0B is #9BD0F4. Grayscale: #3A3A3A. Windows color (decimal): -10211573 or 733028. OLE color: 733028.
HSL color Cylindrical-coordinate representation of color #642F0B: hue angle of 24.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #642F0B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 11 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.61 |
| HSL | 24.27º | 0.8% | 0.22% | - |
| HSV(B) | 24.27º | 0.89% | 0.39% | - |
| XYZ | 6.33 | 4.77 | 0.9 | - |
| YUV | 58.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 11 | 0 | 0.53 | 0.89 | 0.61 | 24.27 | 0.8 | 0.22 |
| Hex | 64 | 2F | B | 0 | 35 | 59 | 3D | 18 | 50 | 16 |
| Octal | 144 | 57 | 13 | 0 | 65 | 131 | 75 | 30 | 120 | 26 |
| Binary | 1100100 | 101111 | 1011 | 0 | 110101 | 1011001 | 111101 | 11000 | 1010000 | 10110 |
Color Harmonies of #642F0B
Complementary color
Monochromatic Colors of #642F0B
Black with #642F0B
Text Example
Text Example
White with #642F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F0B; }
p { color: rgb(100,47,11); }
H1.HeaderClassName
{
color: #642F0B;
}
.AnyTagClassName
{
color: #642F0B;
}
</style>
background-color css
<style>
a { background-color: #642F0B; }
a { background-color: rgb(100,47,11); }
div.DivClassName
{
background-color: #642F0B;
}
.BgClassName
{
background-color: #642F0B;
}
</style>
border-color css
<style>
span { border-color: #642F0B; }
span { border-color: rgb(100,47,11); }
td.TdClassName
{
border-color: #642F0B;
}
.TagClassName
{
border-color: #642F0B;
}
</style>