Shades of Baker's Chocolate #682804
Tints of Baker's Chocolate #682804
RGB
CMYK
RGB Variations
Color information
#682804 (or 0x682804) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 04. RGB value is (104,40,4). Sum of RGB (Red+Green+Blue) = 104+40+4=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #682804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682804 is #97D7FB. Grayscale: #373737. Windows color (decimal): -9951228 or 272488. OLE color: 272488.
HSL color Cylindrical-coordinate representation of color #682804: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #682804 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 4 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.59 |
| HSL | 21.6º | 0.93% | 0.21% | - |
| HSV(B) | 21.6º | 0.96% | 0.41% | - |
| XYZ | 6.49 | 4.47 | 0.64 | - |
| YUV | 55.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 4 | 0 | 0.62 | 0.96 | 0.59 | 21.6 | 0.93 | 0.21 |
| Hex | 68 | 28 | 4 | 0 | 3E | 60 | 3B | 16 | 5D | 15 |
| Octal | 150 | 50 | 4 | 0 | 76 | 140 | 73 | 26 | 135 | 25 |
| Binary | 1101000 | 101000 | 100 | 0 | 111110 | 1100000 | 111011 | 10110 | 1011101 | 10101 |
Color Harmonies of #682804
Complementary color
Monochromatic Colors of #682804
Black with #682804
Text Example
Text Example
White with #682804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682804; }
p { color: rgb(104,40,4); }
H1.HeaderClassName
{
color: #682804;
}
.AnyTagClassName
{
color: #682804;
}
</style>
background-color css
<style>
a { background-color: #682804; }
a { background-color: rgb(104,40,4); }
div.DivClassName
{
background-color: #682804;
}
.BgClassName
{
background-color: #682804;
}
</style>
border-color css
<style>
span { border-color: #682804; }
span { border-color: rgb(104,40,4); }
td.TdClassName
{
border-color: #682804;
}
.TagClassName
{
border-color: #682804;
}
</style>