Shades of Baker's Chocolate #682D0B
Tints of Baker's Chocolate #682D0B
RGB
CMYK
RGB Variations
Color information
#682D0B (or 0x682D0B) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 0B. RGB value is (104,45,11). Sum of RGB (Red+Green+Blue) = 104+45+11=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D0B is #97D2F4. Grayscale: #3A3A3A. Windows color (decimal): -9949941 or 732520. OLE color: 732520.
HSL color Cylindrical-coordinate representation of color #682D0B: hue angle of 21.94º 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 #682D0B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 11 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.59 |
| HSL | 21.94º | 0.81% | 0.23% | - |
| HSV(B) | 21.94º | 0.89% | 0.41% | - |
| XYZ | 6.71 | 4.84 | 0.9 | - |
| YUV | 58.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 11 | 0 | 0.57 | 0.89 | 0.59 | 21.94 | 0.81 | 0.23 |
| Hex | 68 | 2D | B | 0 | 39 | 59 | 3B | 16 | 51 | 17 |
| Octal | 150 | 55 | 13 | 0 | 71 | 131 | 73 | 26 | 121 | 27 |
| Binary | 1101000 | 101101 | 1011 | 0 | 111001 | 1011001 | 111011 | 10110 | 1010001 | 10111 |
Color Harmonies of #682D0B
Complementary color
Monochromatic Colors of #682D0B
Black with #682D0B
Text Example
Text Example
White with #682D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D0B; }
p { color: rgb(104,45,11); }
H1.HeaderClassName
{
color: #682D0B;
}
.AnyTagClassName
{
color: #682D0B;
}
</style>
background-color css
<style>
a { background-color: #682D0B; }
a { background-color: rgb(104,45,11); }
div.DivClassName
{
background-color: #682D0B;
}
.BgClassName
{
background-color: #682D0B;
}
</style>
border-color css
<style>
span { border-color: #682D0B; }
span { border-color: rgb(104,45,11); }
td.TdClassName
{
border-color: #682D0B;
}
.TagClassName
{
border-color: #682D0B;
}
</style>