Shades of Baker's Chocolate #682808
Tints of Baker's Chocolate #682808
RGB
CMYK
RGB Variations
Color information
#682808 (or 0x682808) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 08. RGB value is (104,40,8). Sum of RGB (Red+Green+Blue) = 104+40+8=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682808 is #97D7F7. Grayscale: #373737. Windows color (decimal): -9951224 or 534632. OLE color: 534632.
HSL color Cylindrical-coordinate representation of color #682808: hue angle of 20º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #682808 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 8 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.59 |
| HSL | 20º | 0.86% | 0.22% | - |
| HSV(B) | 20º | 0.92% | 0.41% | - |
| XYZ | 6.51 | 4.48 | 0.75 | - |
| YUV | 55.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 8 | 0 | 0.62 | 0.92 | 0.59 | 20 | 0.86 | 0.22 |
| Hex | 68 | 28 | 8 | 0 | 3E | 5C | 3B | 14 | 56 | 16 |
| Octal | 150 | 50 | 10 | 0 | 76 | 134 | 73 | 24 | 126 | 26 |
| Binary | 1101000 | 101000 | 1000 | 0 | 111110 | 1011100 | 111011 | 10100 | 1010110 | 10110 |
Color Harmonies of #682808
Complementary color
Monochromatic Colors of #682808
Black with #682808
Text Example
Text Example
White with #682808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682808; }
p { color: rgb(104,40,8); }
H1.HeaderClassName
{
color: #682808;
}
.AnyTagClassName
{
color: #682808;
}
</style>
background-color css
<style>
a { background-color: #682808; }
a { background-color: rgb(104,40,8); }
div.DivClassName
{
background-color: #682808;
}
.BgClassName
{
background-color: #682808;
}
</style>
border-color css
<style>
span { border-color: #682808; }
span { border-color: rgb(104,40,8); }
td.TdClassName
{
border-color: #682808;
}
.TagClassName
{
border-color: #682808;
}
</style>