Shades of Baker's Chocolate #683706
Tints of Baker's Chocolate #683706
RGB
CMYK
RGB Variations
Color information
#683706 (or 0x683706) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 06. RGB value is (104,55,6). Sum of RGB (Red+Green+Blue) = 104+55+6=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683706 is #97C8F9. Grayscale: #404040. Windows color (decimal): -9947386 or 407400. OLE color: 407400.
HSL color Cylindrical-coordinate representation of color #683706: hue angle of 30º 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 #683706 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 6 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.59 |
| HSL | 30º | 0.89% | 0.22% | - |
| HSV(B) | 30º | 0.94% | 0.41% | - |
| XYZ | 7.11 | 5.69 | 0.9 | - |
| YUV | 64.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 6 | 0 | 0.47 | 0.94 | 0.59 | 30 | 0.89 | 0.22 |
| Hex | 68 | 37 | 6 | 0 | 2F | 5E | 3B | 1E | 59 | 16 |
| Octal | 150 | 67 | 6 | 0 | 57 | 136 | 73 | 36 | 131 | 26 |
| Binary | 1101000 | 110111 | 110 | 0 | 101111 | 1011110 | 111011 | 11110 | 1011001 | 10110 |
Color Harmonies of #683706
Complementary color
Monochromatic Colors of #683706
Black with #683706
Text Example
Text Example
White with #683706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683706; }
p { color: rgb(104,55,6); }
H1.HeaderClassName
{
color: #683706;
}
.AnyTagClassName
{
color: #683706;
}
</style>
background-color css
<style>
a { background-color: #683706; }
a { background-color: rgb(104,55,6); }
div.DivClassName
{
background-color: #683706;
}
.BgClassName
{
background-color: #683706;
}
</style>
border-color css
<style>
span { border-color: #683706; }
span { border-color: rgb(104,55,6); }
td.TdClassName
{
border-color: #683706;
}
.TagClassName
{
border-color: #683706;
}
</style>