Shades of Baker's Chocolate #682C11
Tints of Baker's Chocolate #682C11
RGB
CMYK
RGB Variations
Color information
#682C11 (or 0x682C11) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 11. RGB value is (104,44,17). Sum of RGB (Red+Green+Blue) = 104+44+17=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C11 is #97D3EE. Grayscale: #3B3B3B. Windows color (decimal): -9950191 or 1125480. OLE color: 1125480.
HSL color Cylindrical-coordinate representation of color #682C11: hue angle of 18.62º 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 #682C11 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 17 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.59 |
| HSL | 18.62º | 0.72% | 0.24% | - |
| HSV(B) | 18.62º | 0.84% | 0.41% | - |
| XYZ | 6.71 | 4.78 | 1.1 | - |
| YUV | 58.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 17 | 0 | 0.58 | 0.84 | 0.59 | 18.62 | 0.72 | 0.24 |
| Hex | 68 | 2C | 11 | 0 | 3A | 54 | 3B | 13 | 48 | 18 |
| Octal | 150 | 54 | 21 | 0 | 72 | 124 | 73 | 23 | 110 | 30 |
| Binary | 1101000 | 101100 | 10001 | 0 | 111010 | 1010100 | 111011 | 10011 | 1001000 | 11000 |
Color Harmonies of #682C11
Complementary color
Monochromatic Colors of #682C11
Black with #682C11
Text Example
Text Example
White with #682C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C11; }
p { color: rgb(104,44,17); }
H1.HeaderClassName
{
color: #682C11;
}
.AnyTagClassName
{
color: #682C11;
}
</style>
background-color css
<style>
a { background-color: #682C11; }
a { background-color: rgb(104,44,17); }
div.DivClassName
{
background-color: #682C11;
}
.BgClassName
{
background-color: #682C11;
}
</style>
border-color css
<style>
span { border-color: #682C11; }
span { border-color: rgb(104,44,17); }
td.TdClassName
{
border-color: #682C11;
}
.TagClassName
{
border-color: #682C11;
}
</style>