Shades of Baker's Chocolate #682B0C
Tints of Baker's Chocolate #682B0C
RGB
CMYK
RGB Variations
Color information
#682B0C (or 0x682B0C) is known color: Baker's Chocolate. HEX triplet: 68, 2B and 0C. RGB value is (104,43,12). Sum of RGB (Red+Green+Blue) = 104+43+12=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B0C is #97D4F3. Grayscale: #393939. Windows color (decimal): -9950452 or 797544. OLE color: 797544.
HSL color Cylindrical-coordinate representation of color #682B0C: hue angle of 20.22º 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 #682B0C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 12 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.59 |
| HSL | 20.22º | 0.79% | 0.23% | - |
| HSV(B) | 20.22º | 0.88% | 0.41% | - |
| XYZ | 6.64 | 4.7 | 0.9 | - |
| YUV | 57.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 12 | 0 | 0.59 | 0.88 | 0.59 | 20.22 | 0.79 | 0.23 |
| Hex | 68 | 2B | C | 0 | 3B | 58 | 3B | 14 | 4F | 17 |
| Octal | 150 | 53 | 14 | 0 | 73 | 130 | 73 | 24 | 117 | 27 |
| Binary | 1101000 | 101011 | 1100 | 0 | 111011 | 1011000 | 111011 | 10100 | 1001111 | 10111 |
Color Harmonies of #682B0C
Complementary color
Monochromatic Colors of #682B0C
Black with #682B0C
Text Example
Text Example
White with #682B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B0C; }
p { color: rgb(104,43,12); }
H1.HeaderClassName
{
color: #682B0C;
}
.AnyTagClassName
{
color: #682B0C;
}
</style>
background-color css
<style>
a { background-color: #682B0C; }
a { background-color: rgb(104,43,12); }
div.DivClassName
{
background-color: #682B0C;
}
.BgClassName
{
background-color: #682B0C;
}
</style>
border-color css
<style>
span { border-color: #682B0C; }
span { border-color: rgb(104,43,12); }
td.TdClassName
{
border-color: #682B0C;
}
.TagClassName
{
border-color: #682B0C;
}
</style>