Shades of Baker's Chocolate #683404
Tints of Baker's Chocolate #683404
RGB
CMYK
RGB Variations
Color information
#683404 (or 0x683404) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 04. RGB value is (104,52,4). Sum of RGB (Red+Green+Blue) = 104+52+4=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #683404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683404 is #97CBFB. Grayscale: #3E3E3E. Windows color (decimal): -9948156 or 275560. OLE color: 275560.
HSL color Cylindrical-coordinate representation of color #683404: hue angle of 28.8º 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 #683404 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 4 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.59 |
| HSL | 28.8º | 0.93% | 0.21% | - |
| HSV(B) | 28.8º | 0.96% | 0.41% | - |
| XYZ | 6.96 | 5.41 | 0.79 | - |
| YUV | 62.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 4 | 0 | 0.50 | 0.96 | 0.59 | 28.8 | 0.93 | 0.21 |
| Hex | 68 | 34 | 4 | 0 | 32 | 60 | 3B | 1D | 5D | 15 |
| Octal | 150 | 64 | 4 | 0 | 62 | 140 | 73 | 35 | 135 | 25 |
| Binary | 1101000 | 110100 | 100 | 0 | 110010 | 1100000 | 111011 | 11101 | 1011101 | 10101 |
Color Harmonies of #683404
Complementary color
Monochromatic Colors of #683404
Black with #683404
Text Example
Text Example
White with #683404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683404; }
p { color: rgb(104,52,4); }
H1.HeaderClassName
{
color: #683404;
}
.AnyTagClassName
{
color: #683404;
}
</style>
background-color css
<style>
a { background-color: #683404; }
a { background-color: rgb(104,52,4); }
div.DivClassName
{
background-color: #683404;
}
.BgClassName
{
background-color: #683404;
}
</style>
border-color css
<style>
span { border-color: #683404; }
span { border-color: rgb(104,52,4); }
td.TdClassName
{
border-color: #683404;
}
.TagClassName
{
border-color: #683404;
}
</style>