Shades of Baker's Chocolate #683516
Tints of Baker's Chocolate #683516
RGB
CMYK
RGB Variations
Color information
#683516 (or 0x683516) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 16. RGB value is (104,53,22). Sum of RGB (Red+Green+Blue) = 104+53+22=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683516 is #97CAE9. Grayscale: #404040. Windows color (decimal): -9947882 or 1455464. OLE color: 1455464.
HSL color Cylindrical-coordinate representation of color #683516: hue angle of 22.68º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #683516 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 22 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.59 |
| HSL | 22.68º | 0.65% | 0.25% | - |
| HSV(B) | 22.68º | 0.79% | 0.41% | - |
| XYZ | 7.13 | 5.55 | 1.45 | - |
| YUV | 64.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 22 | 0 | 0.49 | 0.79 | 0.59 | 22.68 | 0.65 | 0.25 |
| Hex | 68 | 35 | 16 | 0 | 31 | 4F | 3B | 17 | 41 | 19 |
| Octal | 150 | 65 | 26 | 0 | 61 | 117 | 73 | 27 | 101 | 31 |
| Binary | 1101000 | 110101 | 10110 | 0 | 110001 | 1001111 | 111011 | 10111 | 1000001 | 11001 |
Color Harmonies of #683516
Complementary color
Monochromatic Colors of #683516
Black with #683516
Text Example
Text Example
White with #683516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683516; }
p { color: rgb(104,53,22); }
H1.HeaderClassName
{
color: #683516;
}
.AnyTagClassName
{
color: #683516;
}
</style>
background-color css
<style>
a { background-color: #683516; }
a { background-color: rgb(104,53,22); }
div.DivClassName
{
background-color: #683516;
}
.BgClassName
{
background-color: #683516;
}
</style>
border-color css
<style>
span { border-color: #683516; }
span { border-color: rgb(104,53,22); }
td.TdClassName
{
border-color: #683516;
}
.TagClassName
{
border-color: #683516;
}
</style>