Shades of Baker's Chocolate #682E16
Tints of Baker's Chocolate #682E16
RGB
CMYK
RGB Variations
Color information
#682E16 (or 0x682E16) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 16. RGB value is (104,46,22). Sum of RGB (Red+Green+Blue) = 104+46+22=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E16 is #97D1E9. Grayscale: #3C3C3C. Windows color (decimal): -9949674 or 1453672. OLE color: 1453672.
HSL color Cylindrical-coordinate representation of color #682E16: hue angle of 17.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682E16 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 22 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.59 |
| HSL | 17.56º | 0.65% | 0.25% | - |
| HSV(B) | 17.56º | 0.79% | 0.41% | - |
| XYZ | 6.83 | 4.95 | 1.36 | - |
| YUV | 60.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 22 | 0 | 0.56 | 0.79 | 0.59 | 17.56 | 0.65 | 0.25 |
| Hex | 68 | 2E | 16 | 0 | 38 | 4F | 3B | 12 | 41 | 19 |
| Octal | 150 | 56 | 26 | 0 | 70 | 117 | 73 | 22 | 101 | 31 |
| Binary | 1101000 | 101110 | 10110 | 0 | 111000 | 1001111 | 111011 | 10010 | 1000001 | 11001 |
Color Harmonies of #682E16
Complementary color
Monochromatic Colors of #682E16
Black with #682E16
Text Example
Text Example
White with #682E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E16; }
p { color: rgb(104,46,22); }
H1.HeaderClassName
{
color: #682E16;
}
.AnyTagClassName
{
color: #682E16;
}
</style>
background-color css
<style>
a { background-color: #682E16; }
a { background-color: rgb(104,46,22); }
div.DivClassName
{
background-color: #682E16;
}
.BgClassName
{
background-color: #682E16;
}
</style>
border-color css
<style>
span { border-color: #682E16; }
span { border-color: rgb(104,46,22); }
td.TdClassName
{
border-color: #682E16;
}
.TagClassName
{
border-color: #682E16;
}
</style>