Shades of Baker's Chocolate #682B11
Tints of Baker's Chocolate #682B11
RGB
CMYK
RGB Variations
Color information
#682B11 (or 0x682B11) is known color: Baker's Chocolate. HEX triplet: 68, 2B and 11. RGB value is (104,43,17). Sum of RGB (Red+Green+Blue) = 104+43+17=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B11 is #97D4EE. Grayscale: #3A3A3A. Windows color (decimal): -9950447 or 1125224. OLE color: 1125224.
HSL color Cylindrical-coordinate representation of color #682B11: hue angle of 17.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #682B11 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 17 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.59 |
| HSL | 17.93º | 0.72% | 0.24% | - |
| HSV(B) | 17.93º | 0.84% | 0.41% | - |
| XYZ | 6.67 | 4.71 | 1.09 | - |
| YUV | 58.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 17 | 0 | 0.59 | 0.84 | 0.59 | 17.93 | 0.72 | 0.24 |
| Hex | 68 | 2B | 11 | 0 | 3B | 54 | 3B | 12 | 48 | 18 |
| Octal | 150 | 53 | 21 | 0 | 73 | 124 | 73 | 22 | 110 | 30 |
| Binary | 1101000 | 101011 | 10001 | 0 | 111011 | 1010100 | 111011 | 10010 | 1001000 | 11000 |
Color Harmonies of #682B11
Complementary color
Monochromatic Colors of #682B11
Black with #682B11
Text Example
Text Example
White with #682B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B11; }
p { color: rgb(104,43,17); }
H1.HeaderClassName
{
color: #682B11;
}
.AnyTagClassName
{
color: #682B11;
}
</style>
background-color css
<style>
a { background-color: #682B11; }
a { background-color: rgb(104,43,17); }
div.DivClassName
{
background-color: #682B11;
}
.BgClassName
{
background-color: #682B11;
}
</style>
border-color css
<style>
span { border-color: #682B11; }
span { border-color: rgb(104,43,17); }
td.TdClassName
{
border-color: #682B11;
}
.TagClassName
{
border-color: #682B11;
}
</style>