Shades of Baker's Chocolate #683217
Tints of Baker's Chocolate #683217
RGB
CMYK
RGB Variations
Color information
#683217 (or 0x683217) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 17. RGB value is (104,50,23). Sum of RGB (Red+Green+Blue) = 104+50+23=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683217 is #97CDE8. Grayscale: #3F3F3F. Windows color (decimal): -9948649 or 1520232. OLE color: 1520232.
HSL color Cylindrical-coordinate representation of color #683217: hue angle of 20º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #683217 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 23 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.59 |
| HSL | 20º | 0.64% | 0.25% | - |
| HSV(B) | 20º | 0.78% | 0.41% | - |
| XYZ | 7 | 5.29 | 1.46 | - |
| YUV | 63.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 23 | 0 | 0.52 | 0.78 | 0.59 | 20 | 0.64 | 0.25 |
| Hex | 68 | 32 | 17 | 0 | 34 | 4E | 3B | 14 | 40 | 19 |
| Octal | 150 | 62 | 27 | 0 | 64 | 116 | 73 | 24 | 100 | 31 |
| Binary | 1101000 | 110010 | 10111 | 0 | 110100 | 1001110 | 111011 | 10100 | 1000000 | 11001 |
Color Harmonies of #683217
Complementary color
Monochromatic Colors of #683217
Black with #683217
Text Example
Text Example
White with #683217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683217; }
p { color: rgb(104,50,23); }
H1.HeaderClassName
{
color: #683217;
}
.AnyTagClassName
{
color: #683217;
}
</style>
background-color css
<style>
a { background-color: #683217; }
a { background-color: rgb(104,50,23); }
div.DivClassName
{
background-color: #683217;
}
.BgClassName
{
background-color: #683217;
}
</style>
border-color css
<style>
span { border-color: #683217; }
span { border-color: rgb(104,50,23); }
td.TdClassName
{
border-color: #683217;
}
.TagClassName
{
border-color: #683217;
}
</style>