Shades of Baker's Chocolate #682A13
Tints of Baker's Chocolate #682A13
RGB
CMYK
RGB Variations
Color information
#682A13 (or 0x682A13) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 13. RGB value is (104,42,19). Sum of RGB (Red+Green+Blue) = 104+42+19=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A13 is #97D5EC. Grayscale: #3A3A3A. Windows color (decimal): -9950701 or 1256040. OLE color: 1256040.
HSL color Cylindrical-coordinate representation of color #682A13: hue angle of 16.24º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682A13 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 19 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.59 |
| HSL | 16.24º | 0.69% | 0.24% | - |
| HSV(B) | 16.24º | 0.82% | 0.41% | - |
| XYZ | 6.65 | 4.65 | 1.16 | - |
| YUV | 57.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 19 | 0 | 0.60 | 0.82 | 0.59 | 16.24 | 0.69 | 0.24 |
| Hex | 68 | 2A | 13 | 0 | 3C | 52 | 3B | 10 | 45 | 18 |
| Octal | 150 | 52 | 23 | 0 | 74 | 122 | 73 | 20 | 105 | 30 |
| Binary | 1101000 | 101010 | 10011 | 0 | 111100 | 1010010 | 111011 | 10000 | 1000101 | 11000 |
Color Harmonies of #682A13
Complementary color
Monochromatic Colors of #682A13
Black with #682A13
Text Example
Text Example
White with #682A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A13; }
p { color: rgb(104,42,19); }
H1.HeaderClassName
{
color: #682A13;
}
.AnyTagClassName
{
color: #682A13;
}
</style>
background-color css
<style>
a { background-color: #682A13; }
a { background-color: rgb(104,42,19); }
div.DivClassName
{
background-color: #682A13;
}
.BgClassName
{
background-color: #682A13;
}
</style>
border-color css
<style>
span { border-color: #682A13; }
span { border-color: rgb(104,42,19); }
td.TdClassName
{
border-color: #682A13;
}
.TagClassName
{
border-color: #682A13;
}
</style>