Shades of Baker's Chocolate #68240B
Tints of Baker's Chocolate #68240B
RGB
CMYK
RGB Variations
Color information
#68240B (or 0x68240B) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 0B. RGB value is (104,36,11). Sum of RGB (Red+Green+Blue) = 104+36+11=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68240B is #97DBF4. Grayscale: #353535. Windows color (decimal): -9952245 or 730216. OLE color: 730216.
HSL color Cylindrical-coordinate representation of color #68240B: hue angle of 16.13º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68240B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 11 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.59 |
| HSL | 16.13º | 0.81% | 0.23% | - |
| HSV(B) | 16.13º | 0.89% | 0.41% | - |
| XYZ | 6.4 | 4.23 | 0.8 | - |
| YUV | 53.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 11 | 0 | 0.65 | 0.89 | 0.59 | 16.13 | 0.81 | 0.23 |
| Hex | 68 | 24 | B | 0 | 41 | 59 | 3B | 10 | 51 | 17 |
| Octal | 150 | 44 | 13 | 0 | 101 | 131 | 73 | 20 | 121 | 27 |
| Binary | 1101000 | 100100 | 1011 | 0 | 1000001 | 1011001 | 111011 | 10000 | 1010001 | 10111 |
Color Harmonies of #68240B
Complementary color
Monochromatic Colors of #68240B
Black with #68240B
Text Example
Text Example
White with #68240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68240B; }
p { color: rgb(104,36,11); }
H1.HeaderClassName
{
color: #68240B;
}
.AnyTagClassName
{
color: #68240B;
}
</style>
background-color css
<style>
a { background-color: #68240B; }
a { background-color: rgb(104,36,11); }
div.DivClassName
{
background-color: #68240B;
}
.BgClassName
{
background-color: #68240B;
}
</style>
border-color css
<style>
span { border-color: #68240B; }
span { border-color: rgb(104,36,11); }
td.TdClassName
{
border-color: #68240B;
}
.TagClassName
{
border-color: #68240B;
}
</style>