Shades of Baker's Chocolate #682E0B
Tints of Baker's Chocolate #682E0B
RGB
CMYK
RGB Variations
Color information
#682E0B (or 0x682E0B) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 0B. RGB value is (104,46,11). Sum of RGB (Red+Green+Blue) = 104+46+11=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E0B is #97D1F4. Grayscale: #3B3B3B. Windows color (decimal): -9949685 or 732776. OLE color: 732776.
HSL color Cylindrical-coordinate representation of color #682E0B: hue angle of 22.58º 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 #682E0B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 11 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.59 |
| HSL | 22.58º | 0.81% | 0.23% | - |
| HSV(B) | 22.58º | 0.89% | 0.41% | - |
| XYZ | 6.75 | 4.92 | 0.91 | - |
| YUV | 59.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 11 | 0 | 0.56 | 0.89 | 0.59 | 22.58 | 0.81 | 0.23 |
| Hex | 68 | 2E | B | 0 | 38 | 59 | 3B | 17 | 51 | 17 |
| Octal | 150 | 56 | 13 | 0 | 70 | 131 | 73 | 27 | 121 | 27 |
| Binary | 1101000 | 101110 | 1011 | 0 | 111000 | 1011001 | 111011 | 10111 | 1010001 | 10111 |
Color Harmonies of #682E0B
Complementary color
Monochromatic Colors of #682E0B
Black with #682E0B
Text Example
Text Example
White with #682E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E0B; }
p { color: rgb(104,46,11); }
H1.HeaderClassName
{
color: #682E0B;
}
.AnyTagClassName
{
color: #682E0B;
}
</style>
background-color css
<style>
a { background-color: #682E0B; }
a { background-color: rgb(104,46,11); }
div.DivClassName
{
background-color: #682E0B;
}
.BgClassName
{
background-color: #682E0B;
}
</style>
border-color css
<style>
span { border-color: #682E0B; }
span { border-color: rgb(104,46,11); }
td.TdClassName
{
border-color: #682E0B;
}
.TagClassName
{
border-color: #682E0B;
}
</style>