Shades of Baker's Chocolate #682A0E
Tints of Baker's Chocolate #682A0E
RGB
CMYK
RGB Variations
Color information
#682A0E (or 0x682A0E) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 0E. RGB value is (104,42,14). Sum of RGB (Red+Green+Blue) = 104+42+14=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A0E is #97D5F1. Grayscale: #393939. Windows color (decimal): -9950706 or 928360. OLE color: 928360.
HSL color Cylindrical-coordinate representation of color #682A0E: hue angle of 18.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #682A0E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 14 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.59 |
| HSL | 18.67º | 0.76% | 0.23% | - |
| HSV(B) | 18.67º | 0.87% | 0.41% | - |
| XYZ | 6.62 | 4.63 | 0.96 | - |
| YUV | 57.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 14 | 0 | 0.60 | 0.87 | 0.59 | 18.67 | 0.76 | 0.23 |
| Hex | 68 | 2A | E | 0 | 3C | 57 | 3B | 13 | 4C | 17 |
| Octal | 150 | 52 | 16 | 0 | 74 | 127 | 73 | 23 | 114 | 27 |
| Binary | 1101000 | 101010 | 1110 | 0 | 111100 | 1010111 | 111011 | 10011 | 1001100 | 10111 |
Color Harmonies of #682A0E
Complementary color
Monochromatic Colors of #682A0E
Black with #682A0E
Text Example
Text Example
White with #682A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A0E; }
p { color: rgb(104,42,14); }
H1.HeaderClassName
{
color: #682A0E;
}
.AnyTagClassName
{
color: #682A0E;
}
</style>
background-color css
<style>
a { background-color: #682A0E; }
a { background-color: rgb(104,42,14); }
div.DivClassName
{
background-color: #682A0E;
}
.BgClassName
{
background-color: #682A0E;
}
</style>
border-color css
<style>
span { border-color: #682A0E; }
span { border-color: rgb(104,42,14); }
td.TdClassName
{
border-color: #682A0E;
}
.TagClassName
{
border-color: #682A0E;
}
</style>