Shades of Baker's Chocolate #682C06
Tints of Baker's Chocolate #682C06
RGB
CMYK
RGB Variations
Color information
#682C06 (or 0x682C06) is known color: Baker's Chocolate. HEX triplet: 68, 2C and 06. RGB value is (104,44,6). Sum of RGB (Red+Green+Blue) = 104+44+6=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C06 is #97D3F9. Grayscale: #393939. Windows color (decimal): -9950202 or 404584. OLE color: 404584.
HSL color Cylindrical-coordinate representation of color #682C06: hue angle of 23.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #682C06 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 6 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.59 |
| HSL | 23.27º | 0.89% | 0.22% | - |
| HSV(B) | 23.27º | 0.94% | 0.41% | - |
| XYZ | 6.64 | 4.76 | 0.74 | - |
| YUV | 57.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 6 | 0 | 0.58 | 0.94 | 0.59 | 23.27 | 0.89 | 0.22 |
| Hex | 68 | 2C | 6 | 0 | 3A | 5E | 3B | 17 | 59 | 16 |
| Octal | 150 | 54 | 6 | 0 | 72 | 136 | 73 | 27 | 131 | 26 |
| Binary | 1101000 | 101100 | 110 | 0 | 111010 | 1011110 | 111011 | 10111 | 1011001 | 10110 |
Color Harmonies of #682C06
Complementary color
Monochromatic Colors of #682C06
Black with #682C06
Text Example
Text Example
White with #682C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C06; }
p { color: rgb(104,44,6); }
H1.HeaderClassName
{
color: #682C06;
}
.AnyTagClassName
{
color: #682C06;
}
</style>
background-color css
<style>
a { background-color: #682C06; }
a { background-color: rgb(104,44,6); }
div.DivClassName
{
background-color: #682C06;
}
.BgClassName
{
background-color: #682C06;
}
</style>
border-color css
<style>
span { border-color: #682C06; }
span { border-color: rgb(104,44,6); }
td.TdClassName
{
border-color: #682C06;
}
.TagClassName
{
border-color: #682C06;
}
</style>