Shades of Baker's Chocolate #68290B
Tints of Baker's Chocolate #68290B
RGB
CMYK
RGB Variations
Color information
#68290B (or 0x68290B) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 0B. RGB value is (104,41,11). Sum of RGB (Red+Green+Blue) = 104+41+11=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290B is #97D6F4. Grayscale: #383838. Windows color (decimal): -9950965 or 731496. OLE color: 731496.
HSL color Cylindrical-coordinate representation of color #68290B: hue angle of 19.35º 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 #68290B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 11 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.59 |
| HSL | 19.35º | 0.81% | 0.23% | - |
| HSV(B) | 19.35º | 0.89% | 0.41% | - |
| XYZ | 6.56 | 4.55 | 0.85 | - |
| YUV | 56.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 11 | 0 | 0.61 | 0.89 | 0.59 | 19.35 | 0.81 | 0.23 |
| Hex | 68 | 29 | B | 0 | 3D | 59 | 3B | 13 | 51 | 17 |
| Octal | 150 | 51 | 13 | 0 | 75 | 131 | 73 | 23 | 121 | 27 |
| Binary | 1101000 | 101001 | 1011 | 0 | 111101 | 1011001 | 111011 | 10011 | 1010001 | 10111 |
Color Harmonies of #68290B
Complementary color
Monochromatic Colors of #68290B
Black with #68290B
Text Example
Text Example
White with #68290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68290B; }
p { color: rgb(104,41,11); }
H1.HeaderClassName
{
color: #68290B;
}
.AnyTagClassName
{
color: #68290B;
}
</style>
background-color css
<style>
a { background-color: #68290B; }
a { background-color: rgb(104,41,11); }
div.DivClassName
{
background-color: #68290B;
}
.BgClassName
{
background-color: #68290B;
}
</style>
border-color css
<style>
span { border-color: #68290B; }
span { border-color: rgb(104,41,11); }
td.TdClassName
{
border-color: #68290B;
}
.TagClassName
{
border-color: #68290B;
}
</style>