Shades of Baker's Chocolate #682D0C
Tints of Baker's Chocolate #682D0C
RGB
CMYK
RGB Variations
Color information
#682D0C (or 0x682D0C) is known color: Baker's Chocolate. HEX triplet: 68, 2D and 0C. RGB value is (104,45,12). Sum of RGB (Red+Green+Blue) = 104+45+12=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D0C is #97D2F3. Grayscale: #3B3B3B. Windows color (decimal): -9949940 or 798056. OLE color: 798056.
HSL color Cylindrical-coordinate representation of color #682D0C: hue angle of 21.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #682D0C is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 12 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.59 |
| HSL | 21.52º | 0.79% | 0.23% | - |
| HSV(B) | 21.52º | 0.88% | 0.41% | - |
| XYZ | 6.71 | 4.85 | 0.93 | - |
| YUV | 58.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 12 | 0 | 0.57 | 0.88 | 0.59 | 21.52 | 0.79 | 0.23 |
| Hex | 68 | 2D | C | 0 | 39 | 58 | 3B | 16 | 4F | 17 |
| Octal | 150 | 55 | 14 | 0 | 71 | 130 | 73 | 26 | 117 | 27 |
| Binary | 1101000 | 101101 | 1100 | 0 | 111001 | 1011000 | 111011 | 10110 | 1001111 | 10111 |
Color Harmonies of #682D0C
Complementary color
Monochromatic Colors of #682D0C
Black with #682D0C
Text Example
Text Example
White with #682D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D0C; }
p { color: rgb(104,45,12); }
H1.HeaderClassName
{
color: #682D0C;
}
.AnyTagClassName
{
color: #682D0C;
}
</style>
background-color css
<style>
a { background-color: #682D0C; }
a { background-color: rgb(104,45,12); }
div.DivClassName
{
background-color: #682D0C;
}
.BgClassName
{
background-color: #682D0C;
}
</style>
border-color css
<style>
span { border-color: #682D0C; }
span { border-color: rgb(104,45,12); }
td.TdClassName
{
border-color: #682D0C;
}
.TagClassName
{
border-color: #682D0C;
}
</style>