Shades of Baker's Chocolate #682C09
Tints of Baker's Chocolate #682C09
RGB
CMYK
RGB Variations
Color information
#682C09 (or 0x682C09) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 09. RGB value is (104,44,9). Sum of RGB (Red+Green+Blue) = 104+44+9=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C09 is #97D3F6. Grayscale: #3A3A3A. Windows color (decimal): -9950199 or 601192. OLE color: 601192.
HSL color Cylindrical-coordinate representation of color #682C09: hue angle of 22.11º 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 #682C09 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 9 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.59 |
| HSL | 22.11º | 0.84% | 0.22% | - |
| HSV(B) | 22.11º | 0.91% | 0.41% | - |
| XYZ | 6.66 | 4.76 | 0.83 | - |
| YUV | 57.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 9 | 0 | 0.58 | 0.91 | 0.59 | 22.11 | 0.84 | 0.22 |
| Hex | 68 | 2C | 9 | 0 | 3A | 5B | 3B | 16 | 54 | 16 |
| Octal | 150 | 54 | 11 | 0 | 72 | 133 | 73 | 26 | 124 | 26 |
| Binary | 1101000 | 101100 | 1001 | 0 | 111010 | 1011011 | 111011 | 10110 | 1010100 | 10110 |
Color Harmonies of #682C09
Complementary color
Monochromatic Colors of #682C09
Black with #682C09
Text Example
Text Example
White with #682C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C09; }
p { color: rgb(104,44,9); }
H1.HeaderClassName
{
color: #682C09;
}
.AnyTagClassName
{
color: #682C09;
}
</style>
background-color css
<style>
a { background-color: #682C09; }
a { background-color: rgb(104,44,9); }
div.DivClassName
{
background-color: #682C09;
}
.BgClassName
{
background-color: #682C09;
}
</style>
border-color css
<style>
span { border-color: #682C09; }
span { border-color: rgb(104,44,9); }
td.TdClassName
{
border-color: #682C09;
}
.TagClassName
{
border-color: #682C09;
}
</style>