Shades of Baker's Chocolate #683211
Tints of Baker's Chocolate #683211
RGB
CMYK
RGB Variations
Color information
#683211 (or 0x683211) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 11. RGB value is (104,50,17). Sum of RGB (Red+Green+Blue) = 104+50+17=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #683211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683211 is #97CDEE. Grayscale: #3E3E3E. Windows color (decimal): -9948655 or 1127016. OLE color: 1127016.
HSL color Cylindrical-coordinate representation of color #683211: hue angle of 22.76º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683211 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 17 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.59 |
| HSL | 22.76º | 0.72% | 0.24% | - |
| HSV(B) | 22.76º | 0.84% | 0.41% | - |
| XYZ | 6.95 | 5.26 | 1.18 | - |
| YUV | 62.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 17 | 0 | 0.52 | 0.84 | 0.59 | 22.76 | 0.72 | 0.24 |
| Hex | 68 | 32 | 11 | 0 | 34 | 54 | 3B | 17 | 48 | 18 |
| Octal | 150 | 62 | 21 | 0 | 64 | 124 | 73 | 27 | 110 | 30 |
| Binary | 1101000 | 110010 | 10001 | 0 | 110100 | 1010100 | 111011 | 10111 | 1001000 | 11000 |
Color Harmonies of #683211
Complementary color
Monochromatic Colors of #683211
Black with #683211
Text Example
Text Example
White with #683211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683211; }
p { color: rgb(104,50,17); }
H1.HeaderClassName
{
color: #683211;
}
.AnyTagClassName
{
color: #683211;
}
</style>
background-color css
<style>
a { background-color: #683211; }
a { background-color: rgb(104,50,17); }
div.DivClassName
{
background-color: #683211;
}
.BgClassName
{
background-color: #683211;
}
</style>
border-color css
<style>
span { border-color: #683211; }
span { border-color: rgb(104,50,17); }
td.TdClassName
{
border-color: #683211;
}
.TagClassName
{
border-color: #683211;
}
</style>