Shades of Baker's Chocolate #682504
Tints of Baker's Chocolate #682504
RGB
CMYK
RGB Variations
Color information
#682504 (or 0x682504) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 04. RGB value is (104,37,4). Sum of RGB (Red+Green+Blue) = 104+37+4=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682504 is #97DAFB. Grayscale: #353535. Windows color (decimal): -9951996 or 271720. OLE color: 271720.
HSL color Cylindrical-coordinate representation of color #682504: hue angle of 19.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 #682504 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 4 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.59 |
| HSL | 19.8º | 0.93% | 0.21% | - |
| HSV(B) | 19.8º | 0.96% | 0.41% | - |
| XYZ | 6.39 | 4.27 | 0.6 | - |
| YUV | 53.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 4 | 0 | 0.64 | 0.96 | 0.59 | 19.8 | 0.93 | 0.21 |
| Hex | 68 | 25 | 4 | 0 | 40 | 60 | 3B | 14 | 5D | 15 |
| Octal | 150 | 45 | 4 | 0 | 100 | 140 | 73 | 24 | 135 | 25 |
| Binary | 1101000 | 100101 | 100 | 0 | 1000000 | 1100000 | 111011 | 10100 | 1011101 | 10101 |
Color Harmonies of #682504
Complementary color
Monochromatic Colors of #682504
Black with #682504
Text Example
Text Example
White with #682504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682504; }
p { color: rgb(104,37,4); }
H1.HeaderClassName
{
color: #682504;
}
.AnyTagClassName
{
color: #682504;
}
</style>
background-color css
<style>
a { background-color: #682504; }
a { background-color: rgb(104,37,4); }
div.DivClassName
{
background-color: #682504;
}
.BgClassName
{
background-color: #682504;
}
</style>
border-color css
<style>
span { border-color: #682504; }
span { border-color: rgb(104,37,4); }
td.TdClassName
{
border-color: #682504;
}
.TagClassName
{
border-color: #682504;
}
</style>