Shades of Baker's Chocolate #682704
Tints of Baker's Chocolate #682704
RGB
CMYK
RGB Variations
Color information
#682704 (or 0x682704) is known color: Baker's Chocolate. HEX triplet: 68, 27 and 04. RGB value is (104,39,4). Sum of RGB (Red+Green+Blue) = 104+39+4=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #682704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682704 is #97D8FB. Grayscale: #363636. Windows color (decimal): -9951484 or 272232. OLE color: 272232.
HSL color Cylindrical-coordinate representation of color #682704: hue angle of 21º 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 #682704 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 4 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.59 |
| HSL | 21º | 0.93% | 0.21% | - |
| HSV(B) | 21º | 0.96% | 0.41% | - |
| XYZ | 6.46 | 4.4 | 0.62 | - |
| YUV | 54.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 4 | 0 | 0.62 | 0.96 | 0.59 | 21 | 0.93 | 0.21 |
| Hex | 68 | 27 | 4 | 0 | 3E | 60 | 3B | 15 | 5D | 15 |
| Octal | 150 | 47 | 4 | 0 | 76 | 140 | 73 | 25 | 135 | 25 |
| Binary | 1101000 | 100111 | 100 | 0 | 111110 | 1100000 | 111011 | 10101 | 1011101 | 10101 |
Color Harmonies of #682704
Complementary color
Monochromatic Colors of #682704
Black with #682704
Text Example
Text Example
White with #682704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682704; }
p { color: rgb(104,39,4); }
H1.HeaderClassName
{
color: #682704;
}
.AnyTagClassName
{
color: #682704;
}
</style>
background-color css
<style>
a { background-color: #682704; }
a { background-color: rgb(104,39,4); }
div.DivClassName
{
background-color: #682704;
}
.BgClassName
{
background-color: #682704;
}
</style>
border-color css
<style>
span { border-color: #682704; }
span { border-color: rgb(104,39,4); }
td.TdClassName
{
border-color: #682704;
}
.TagClassName
{
border-color: #682704;
}
</style>