Shades of Baker's Chocolate #682E17
Tints of Baker's Chocolate #682E17
RGB
CMYK
RGB Variations
Color information
#682E17 (or 0x682E17) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 17. RGB value is (104,46,23). Sum of RGB (Red+Green+Blue) = 104+46+23=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #682E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E17 is #97D1E8. Grayscale: #3C3C3C. Windows color (decimal): -9949673 or 1519208. OLE color: 1519208.
HSL color Cylindrical-coordinate representation of color #682E17: hue angle of 17.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682E17 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 23 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.59 |
| HSL | 17.04º | 0.64% | 0.25% | - |
| HSV(B) | 17.04º | 0.78% | 0.41% | - |
| XYZ | 6.84 | 4.96 | 1.41 | - |
| YUV | 60.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 23 | 0 | 0.56 | 0.78 | 0.59 | 17.04 | 0.64 | 0.25 |
| Hex | 68 | 2E | 17 | 0 | 38 | 4E | 3B | 11 | 40 | 19 |
| Octal | 150 | 56 | 27 | 0 | 70 | 116 | 73 | 21 | 100 | 31 |
| Binary | 1101000 | 101110 | 10111 | 0 | 111000 | 1001110 | 111011 | 10001 | 1000000 | 11001 |
Color Harmonies of #682E17
Complementary color
Monochromatic Colors of #682E17
Black with #682E17
Text Example
Text Example
White with #682E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E17; }
p { color: rgb(104,46,23); }
H1.HeaderClassName
{
color: #682E17;
}
.AnyTagClassName
{
color: #682E17;
}
</style>
background-color css
<style>
a { background-color: #682E17; }
a { background-color: rgb(104,46,23); }
div.DivClassName
{
background-color: #682E17;
}
.BgClassName
{
background-color: #682E17;
}
</style>
border-color css
<style>
span { border-color: #682E17; }
span { border-color: rgb(104,46,23); }
td.TdClassName
{
border-color: #682E17;
}
.TagClassName
{
border-color: #682E17;
}
</style>