Shades of Baker's Chocolate #682A0B
Tints of Baker's Chocolate #682A0B
RGB
CMYK
RGB Variations
Color information
#682A0B (or 0x682A0B) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 0B. RGB value is (104,42,11). Sum of RGB (Red+Green+Blue) = 104+42+11=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A0B is #97D5F4. Grayscale: #393939. Windows color (decimal): -9950709 or 731752. OLE color: 731752.
HSL color Cylindrical-coordinate representation of color #682A0B: hue angle of 20º 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 #682A0B is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 11 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.59 |
| HSL | 20º | 0.81% | 0.23% | - |
| HSV(B) | 20º | 0.89% | 0.41% | - |
| XYZ | 6.6 | 4.62 | 0.86 | - |
| YUV | 57 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 11 | 0 | 0.60 | 0.89 | 0.59 | 20 | 0.81 | 0.23 |
| Hex | 68 | 2A | B | 0 | 3C | 59 | 3B | 14 | 51 | 17 |
| Octal | 150 | 52 | 13 | 0 | 74 | 131 | 73 | 24 | 121 | 27 |
| Binary | 1101000 | 101010 | 1011 | 0 | 111100 | 1011001 | 111011 | 10100 | 1010001 | 10111 |
Color Harmonies of #682A0B
Complementary color
Monochromatic Colors of #682A0B
Black with #682A0B
Text Example
Text Example
White with #682A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A0B; }
p { color: rgb(104,42,11); }
H1.HeaderClassName
{
color: #682A0B;
}
.AnyTagClassName
{
color: #682A0B;
}
</style>
background-color css
<style>
a { background-color: #682A0B; }
a { background-color: rgb(104,42,11); }
div.DivClassName
{
background-color: #682A0B;
}
.BgClassName
{
background-color: #682A0B;
}
</style>
border-color css
<style>
span { border-color: #682A0B; }
span { border-color: rgb(104,42,11); }
td.TdClassName
{
border-color: #682A0B;
}
.TagClassName
{
border-color: #682A0B;
}
</style>