Shades of Baker's Chocolate #682D0A
Tints of Baker's Chocolate #682D0A
RGB
CMYK
RGB Variations
Color information
#682D0A (or 0x682D0A) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 0A. RGB value is (104,45,10). Sum of RGB (Red+Green+Blue) = 104+45+10=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D0A is #97D2F5. Grayscale: #3A3A3A. Windows color (decimal): -9949942 or 666984. OLE color: 666984.
HSL color Cylindrical-coordinate representation of color #682D0A: hue angle of 22.34º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #682D0A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 10 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.59 |
| HSL | 22.34º | 0.82% | 0.22% | - |
| HSV(B) | 22.34º | 0.9% | 0.41% | - |
| XYZ | 6.7 | 4.84 | 0.87 | - |
| YUV | 58.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 10 | 0 | 0.57 | 0.90 | 0.59 | 22.34 | 0.82 | 0.22 |
| Hex | 68 | 2D | A | 0 | 39 | 5A | 3B | 16 | 52 | 16 |
| Octal | 150 | 55 | 12 | 0 | 71 | 132 | 73 | 26 | 122 | 26 |
| Binary | 1101000 | 101101 | 1010 | 0 | 111001 | 1011010 | 111011 | 10110 | 1010010 | 10110 |
Color Harmonies of #682D0A
Complementary color
Monochromatic Colors of #682D0A
Black with #682D0A
Text Example
Text Example
White with #682D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D0A; }
p { color: rgb(104,45,10); }
H1.HeaderClassName
{
color: #682D0A;
}
.AnyTagClassName
{
color: #682D0A;
}
</style>
background-color css
<style>
a { background-color: #682D0A; }
a { background-color: rgb(104,45,10); }
div.DivClassName
{
background-color: #682D0A;
}
.BgClassName
{
background-color: #682D0A;
}
</style>
border-color css
<style>
span { border-color: #682D0A; }
span { border-color: rgb(104,45,10); }
td.TdClassName
{
border-color: #682D0A;
}
.TagClassName
{
border-color: #682D0A;
}
</style>