Shades of Baker's Chocolate #682408
Tints of Baker's Chocolate #682408
RGB
CMYK
RGB Variations
Color information
#682408 (or 0x682408) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 08. RGB value is (104,36,8). Sum of RGB (Red+Green+Blue) = 104+36+8=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #682408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682408 is #97DBF7. Grayscale: #353535. Windows color (decimal): -9952248 or 533608. OLE color: 533608.
HSL color Cylindrical-coordinate representation of color #682408: hue angle of 17.5º 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 #682408 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 8 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.59 |
| HSL | 17.5º | 0.86% | 0.22% | - |
| HSV(B) | 17.5º | 0.92% | 0.41% | - |
| XYZ | 6.38 | 4.22 | 0.71 | - |
| YUV | 53.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 8 | 0 | 0.65 | 0.92 | 0.59 | 17.5 | 0.86 | 0.22 |
| Hex | 68 | 24 | 8 | 0 | 41 | 5C | 3B | 12 | 56 | 16 |
| Octal | 150 | 44 | 10 | 0 | 101 | 134 | 73 | 22 | 126 | 26 |
| Binary | 1101000 | 100100 | 1000 | 0 | 1000001 | 1011100 | 111011 | 10010 | 1010110 | 10110 |
Color Harmonies of #682408
Complementary color
Monochromatic Colors of #682408
Black with #682408
Text Example
Text Example
White with #682408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682408; }
p { color: rgb(104,36,8); }
H1.HeaderClassName
{
color: #682408;
}
.AnyTagClassName
{
color: #682408;
}
</style>
background-color css
<style>
a { background-color: #682408; }
a { background-color: rgb(104,36,8); }
div.DivClassName
{
background-color: #682408;
}
.BgClassName
{
background-color: #682408;
}
</style>
border-color css
<style>
span { border-color: #682408; }
span { border-color: rgb(104,36,8); }
td.TdClassName
{
border-color: #682408;
}
.TagClassName
{
border-color: #682408;
}
</style>