Shades of Baker's Chocolate #682A04
Tints of Baker's Chocolate #682A04
RGB
CMYK
RGB Variations
Color information
#682A04 (or 0x682A04) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 04. RGB value is (104,42,4). Sum of RGB (Red+Green+Blue) = 104+42+4=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #682A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A04 is #97D5FB. Grayscale: #383838. Windows color (decimal): -9950716 or 273000. OLE color: 273000.
HSL color Cylindrical-coordinate representation of color #682A04: hue angle of 22.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 #682A04 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 4 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.59 |
| HSL | 22.8º | 0.93% | 0.21% | - |
| HSV(B) | 22.8º | 0.96% | 0.41% | - |
| XYZ | 6.56 | 4.61 | 0.66 | - |
| YUV | 56.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 4 | 0 | 0.60 | 0.96 | 0.59 | 22.8 | 0.93 | 0.21 |
| Hex | 68 | 2A | 4 | 0 | 3C | 60 | 3B | 17 | 5D | 15 |
| Octal | 150 | 52 | 4 | 0 | 74 | 140 | 73 | 27 | 135 | 25 |
| Binary | 1101000 | 101010 | 100 | 0 | 111100 | 1100000 | 111011 | 10111 | 1011101 | 10101 |
Color Harmonies of #682A04
Complementary color
Monochromatic Colors of #682A04
Black with #682A04
Text Example
Text Example
White with #682A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A04; }
p { color: rgb(104,42,4); }
H1.HeaderClassName
{
color: #682A04;
}
.AnyTagClassName
{
color: #682A04;
}
</style>
background-color css
<style>
a { background-color: #682A04; }
a { background-color: rgb(104,42,4); }
div.DivClassName
{
background-color: #682A04;
}
.BgClassName
{
background-color: #682A04;
}
</style>
border-color css
<style>
span { border-color: #682A04; }
span { border-color: rgb(104,42,4); }
td.TdClassName
{
border-color: #682A04;
}
.TagClassName
{
border-color: #682A04;
}
</style>