Shades of Baker's Chocolate #683515
Tints of Baker's Chocolate #683515
RGB
CMYK
RGB Variations
Color information
#683515 (or 0x683515) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 15. RGB value is (104,53,21). Sum of RGB (Red+Green+Blue) = 104+53+21=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #683515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683515 is #97CAEA. Grayscale: #404040. Windows color (decimal): -9947883 or 1389928. OLE color: 1389928.
HSL color Cylindrical-coordinate representation of color #683515: hue angle of 23.13º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #683515 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 21 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.59 |
| HSL | 23.13º | 0.66% | 0.25% | - |
| HSV(B) | 23.13º | 0.8% | 0.41% | - |
| XYZ | 7.12 | 5.54 | 1.4 | - |
| YUV | 64.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 21 | 0 | 0.49 | 0.80 | 0.59 | 23.13 | 0.66 | 0.25 |
| Hex | 68 | 35 | 15 | 0 | 31 | 50 | 3B | 17 | 42 | 19 |
| Octal | 150 | 65 | 25 | 0 | 61 | 120 | 73 | 27 | 102 | 31 |
| Binary | 1101000 | 110101 | 10101 | 0 | 110001 | 1010000 | 111011 | 10111 | 1000010 | 11001 |
Color Harmonies of #683515
Complementary color
Monochromatic Colors of #683515
Black with #683515
Text Example
Text Example
White with #683515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683515; }
p { color: rgb(104,53,21); }
H1.HeaderClassName
{
color: #683515;
}
.AnyTagClassName
{
color: #683515;
}
</style>
background-color css
<style>
a { background-color: #683515; }
a { background-color: rgb(104,53,21); }
div.DivClassName
{
background-color: #683515;
}
.BgClassName
{
background-color: #683515;
}
</style>
border-color css
<style>
span { border-color: #683515; }
span { border-color: rgb(104,53,21); }
td.TdClassName
{
border-color: #683515;
}
.TagClassName
{
border-color: #683515;
}
</style>