Shades of Baker's Chocolate #683A11
Tints of Baker's Chocolate #683A11
RGB
CMYK
RGB Variations
Color information
#683A11 (or 0x683A11) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 11. RGB value is (104,58,17). Sum of RGB (Red+Green+Blue) = 104+58+17=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A11 is #97C5EE. Grayscale: #434343. Windows color (decimal): -9946607 or 1129064. OLE color: 1129064.
HSL color Cylindrical-coordinate representation of color #683A11: hue angle of 28.28º 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 #683A11 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 17 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.59 |
| HSL | 28.28º | 0.72% | 0.24% | - |
| HSV(B) | 28.28º | 0.84% | 0.41% | - |
| XYZ | 7.32 | 6.01 | 1.3 | - |
| YUV | 67.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 17 | 0 | 0.44 | 0.84 | 0.59 | 28.28 | 0.72 | 0.24 |
| Hex | 68 | 3A | 11 | 0 | 2C | 54 | 3B | 1C | 48 | 18 |
| Octal | 150 | 72 | 21 | 0 | 54 | 124 | 73 | 34 | 110 | 30 |
| Binary | 1101000 | 111010 | 10001 | 0 | 101100 | 1010100 | 111011 | 11100 | 1001000 | 11000 |
Color Harmonies of #683A11
Complementary color
Monochromatic Colors of #683A11
Black with #683A11
Text Example
Text Example
White with #683A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A11; }
p { color: rgb(104,58,17); }
H1.HeaderClassName
{
color: #683A11;
}
.AnyTagClassName
{
color: #683A11;
}
</style>
background-color css
<style>
a { background-color: #683A11; }
a { background-color: rgb(104,58,17); }
div.DivClassName
{
background-color: #683A11;
}
.BgClassName
{
background-color: #683A11;
}
</style>
border-color css
<style>
span { border-color: #683A11; }
span { border-color: rgb(104,58,17); }
td.TdClassName
{
border-color: #683A11;
}
.TagClassName
{
border-color: #683A11;
}
</style>