Shades of Baker's Chocolate #682A09
Tints of Baker's Chocolate #682A09
RGB
CMYK
RGB Variations
Color information
#682A09 (or 0x682A09) is known color: Baker's Chocolate. HEX triplet: 68, 2A and 09. RGB value is (104,42,9). Sum of RGB (Red+Green+Blue) = 104+42+9=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A09 is #97D5F6. Grayscale: #383838. Windows color (decimal): -9950711 or 600680. OLE color: 600680.
HSL color Cylindrical-coordinate representation of color #682A09: hue angle of 20.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #682A09 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 9 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.59 |
| HSL | 20.84º | 0.84% | 0.22% | - |
| HSV(B) | 20.84º | 0.91% | 0.41% | - |
| XYZ | 6.59 | 4.62 | 0.8 | - |
| YUV | 56.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 9 | 0 | 0.60 | 0.91 | 0.59 | 20.84 | 0.84 | 0.22 |
| Hex | 68 | 2A | 9 | 0 | 3C | 5B | 3B | 15 | 54 | 16 |
| Octal | 150 | 52 | 11 | 0 | 74 | 133 | 73 | 25 | 124 | 26 |
| Binary | 1101000 | 101010 | 1001 | 0 | 111100 | 1011011 | 111011 | 10101 | 1010100 | 10110 |
Color Harmonies of #682A09
Complementary color
Monochromatic Colors of #682A09
Black with #682A09
Text Example
Text Example
White with #682A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A09; }
p { color: rgb(104,42,9); }
H1.HeaderClassName
{
color: #682A09;
}
.AnyTagClassName
{
color: #682A09;
}
</style>
background-color css
<style>
a { background-color: #682A09; }
a { background-color: rgb(104,42,9); }
div.DivClassName
{
background-color: #682A09;
}
.BgClassName
{
background-color: #682A09;
}
</style>
border-color css
<style>
span { border-color: #682A09; }
span { border-color: rgb(104,42,9); }
td.TdClassName
{
border-color: #682A09;
}
.TagClassName
{
border-color: #682A09;
}
</style>