Shades of Baker's Chocolate #682404
Tints of Baker's Chocolate #682404
RGB
CMYK
RGB Variations
Color information
#682404 (or 0x682404) is known color: Baker's Chocolate. HEX triplet: 68, 24 and 04. RGB value is (104,36,4). Sum of RGB (Red+Green+Blue) = 104+36+4=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #682404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682404 is #97DBFB. Grayscale: #343434. Windows color (decimal): -9952252 or 271464. OLE color: 271464.
HSL color Cylindrical-coordinate representation of color #682404: hue angle of 19.2º 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 #682404 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 4 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.59 |
| HSL | 19.2º | 0.93% | 0.21% | - |
| HSV(B) | 19.2º | 0.96% | 0.41% | - |
| XYZ | 6.36 | 4.21 | 0.59 | - |
| YUV | 52.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 4 | 0 | 0.65 | 0.96 | 0.59 | 19.2 | 0.93 | 0.21 |
| Hex | 68 | 24 | 4 | 0 | 41 | 60 | 3B | 13 | 5D | 15 |
| Octal | 150 | 44 | 4 | 0 | 101 | 140 | 73 | 23 | 135 | 25 |
| Binary | 1101000 | 100100 | 100 | 0 | 1000001 | 1100000 | 111011 | 10011 | 1011101 | 10101 |
Color Harmonies of #682404
Complementary color
Monochromatic Colors of #682404
Black with #682404
Text Example
Text Example
White with #682404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682404; }
p { color: rgb(104,36,4); }
H1.HeaderClassName
{
color: #682404;
}
.AnyTagClassName
{
color: #682404;
}
</style>
background-color css
<style>
a { background-color: #682404; }
a { background-color: rgb(104,36,4); }
div.DivClassName
{
background-color: #682404;
}
.BgClassName
{
background-color: #682404;
}
</style>
border-color css
<style>
span { border-color: #682404; }
span { border-color: rgb(104,36,4); }
td.TdClassName
{
border-color: #682404;
}
.TagClassName
{
border-color: #682404;
}
</style>