Shades of Baker's Chocolate #682204
Tints of Baker's Chocolate #682204
RGB
CMYK
RGB Variations
Color information
#682204 (or 0x682204) is known color: Baker's Chocolate. HEX triplet: 68, 22 and 04. RGB value is (104,34,4). Sum of RGB (Red+Green+Blue) = 104+34+4=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #682204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682204 is #97DDFB. Grayscale: #333333. Windows color (decimal): -9952764 or 270952. OLE color: 270952.
HSL color Cylindrical-coordinate representation of color #682204: hue angle of 18º 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 #682204 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 4 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.59 |
| HSL | 18º | 0.93% | 0.21% | - |
| HSV(B) | 18º | 0.96% | 0.41% | - |
| XYZ | 6.3 | 4.1 | 0.57 | - |
| YUV | 51.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 4 | 0 | 0.67 | 0.96 | 0.59 | 18 | 0.93 | 0.21 |
| Hex | 68 | 22 | 4 | 0 | 43 | 60 | 3B | 12 | 5D | 15 |
| Octal | 150 | 42 | 4 | 0 | 103 | 140 | 73 | 22 | 135 | 25 |
| Binary | 1101000 | 100010 | 100 | 0 | 1000011 | 1100000 | 111011 | 10010 | 1011101 | 10101 |
Color Harmonies of #682204
Complementary color
Monochromatic Colors of #682204
Black with #682204
Text Example
Text Example
White with #682204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682204; }
p { color: rgb(104,34,4); }
H1.HeaderClassName
{
color: #682204;
}
.AnyTagClassName
{
color: #682204;
}
</style>
background-color css
<style>
a { background-color: #682204; }
a { background-color: rgb(104,34,4); }
div.DivClassName
{
background-color: #682204;
}
.BgClassName
{
background-color: #682204;
}
</style>
border-color css
<style>
span { border-color: #682204; }
span { border-color: rgb(104,34,4); }
td.TdClassName
{
border-color: #682204;
}
.TagClassName
{
border-color: #682204;
}
</style>