Shades of Baker's Chocolate #683A12
Tints of Baker's Chocolate #683A12
RGB
CMYK
RGB Variations
Color information
#683A12 (or 0x683A12) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 12. RGB value is (104,58,18). Sum of RGB (Red+Green+Blue) = 104+58+18=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A12 is #97C5ED. Grayscale: #434343. Windows color (decimal): -9946606 or 1194600. OLE color: 1194600.
HSL color Cylindrical-coordinate representation of color #683A12: hue angle of 27.91º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #683A12 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 18 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.59 |
| HSL | 27.91º | 0.7% | 0.24% | - |
| HSV(B) | 27.91º | 0.83% | 0.41% | - |
| XYZ | 7.33 | 6.01 | 1.35 | - |
| YUV | 67.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 18 | 0 | 0.44 | 0.83 | 0.59 | 27.91 | 0.7 | 0.24 |
| Hex | 68 | 3A | 12 | 0 | 2C | 53 | 3B | 1C | 46 | 18 |
| Octal | 150 | 72 | 22 | 0 | 54 | 123 | 73 | 34 | 106 | 30 |
| Binary | 1101000 | 111010 | 10010 | 0 | 101100 | 1010011 | 111011 | 11100 | 1000110 | 11000 |
Color Harmonies of #683A12
Complementary color
Monochromatic Colors of #683A12
Black with #683A12
Text Example
Text Example
White with #683A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A12; }
p { color: rgb(104,58,18); }
H1.HeaderClassName
{
color: #683A12;
}
.AnyTagClassName
{
color: #683A12;
}
</style>
background-color css
<style>
a { background-color: #683A12; }
a { background-color: rgb(104,58,18); }
div.DivClassName
{
background-color: #683A12;
}
.BgClassName
{
background-color: #683A12;
}
</style>
border-color css
<style>
span { border-color: #683A12; }
span { border-color: rgb(104,58,18); }
td.TdClassName
{
border-color: #683A12;
}
.TagClassName
{
border-color: #683A12;
}
</style>