Shades of Baker's Chocolate #683917
Tints of Baker's Chocolate #683917
RGB
CMYK
RGB Variations
Color information
#683917 (or 0x683917) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 17. RGB value is (104,57,23). Sum of RGB (Red+Green+Blue) = 104+57+23=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683917 is #97C6E8. Grayscale: #434343. Windows color (decimal): -9946857 or 1522024. OLE color: 1522024.
HSL color Cylindrical-coordinate representation of color #683917: hue angle of 25.19º 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 #683917 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 23 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.59 |
| HSL | 25.19º | 0.64% | 0.25% | - |
| HSV(B) | 25.19º | 0.78% | 0.41% | - |
| XYZ | 7.33 | 5.93 | 1.57 | - |
| YUV | 67.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 23 | 0 | 0.45 | 0.78 | 0.59 | 25.19 | 0.64 | 0.25 |
| Hex | 68 | 39 | 17 | 0 | 2D | 4E | 3B | 19 | 40 | 19 |
| Octal | 150 | 71 | 27 | 0 | 55 | 116 | 73 | 31 | 100 | 31 |
| Binary | 1101000 | 111001 | 10111 | 0 | 101101 | 1001110 | 111011 | 11001 | 1000000 | 11001 |
Color Harmonies of #683917
Complementary color
Monochromatic Colors of #683917
Black with #683917
Text Example
Text Example
White with #683917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683917; }
p { color: rgb(104,57,23); }
H1.HeaderClassName
{
color: #683917;
}
.AnyTagClassName
{
color: #683917;
}
</style>
background-color css
<style>
a { background-color: #683917; }
a { background-color: rgb(104,57,23); }
div.DivClassName
{
background-color: #683917;
}
.BgClassName
{
background-color: #683917;
}
</style>
border-color css
<style>
span { border-color: #683917; }
span { border-color: rgb(104,57,23); }
td.TdClassName
{
border-color: #683917;
}
.TagClassName
{
border-color: #683917;
}
</style>