Shades of Baker's Chocolate #683A17
Tints of Baker's Chocolate #683A17
RGB
CMYK
RGB Variations
Color information
#683A17 (or 0x683A17) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 17. RGB value is (104,58,23). Sum of RGB (Red+Green+Blue) = 104+58+23=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #683A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A17 is #97C5E8. Grayscale: #434343. Windows color (decimal): -9946601 or 1522280. OLE color: 1522280.
HSL color Cylindrical-coordinate representation of color #683A17: hue angle of 25.93º 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 #683A17 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 23 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.59 |
| HSL | 25.93º | 0.64% | 0.25% | - |
| HSV(B) | 25.93º | 0.78% | 0.41% | - |
| XYZ | 7.38 | 6.03 | 1.59 | - |
| YUV | 67.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 23 | 0 | 0.44 | 0.78 | 0.59 | 25.93 | 0.64 | 0.25 |
| Hex | 68 | 3A | 17 | 0 | 2C | 4E | 3B | 1A | 40 | 19 |
| Octal | 150 | 72 | 27 | 0 | 54 | 116 | 73 | 32 | 100 | 31 |
| Binary | 1101000 | 111010 | 10111 | 0 | 101100 | 1001110 | 111011 | 11010 | 1000000 | 11001 |
Color Harmonies of #683A17
Complementary color
Monochromatic Colors of #683A17
Black with #683A17
Text Example
Text Example
White with #683A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A17; }
p { color: rgb(104,58,23); }
H1.HeaderClassName
{
color: #683A17;
}
.AnyTagClassName
{
color: #683A17;
}
</style>
background-color css
<style>
a { background-color: #683A17; }
a { background-color: rgb(104,58,23); }
div.DivClassName
{
background-color: #683A17;
}
.BgClassName
{
background-color: #683A17;
}
</style>
border-color css
<style>
span { border-color: #683A17; }
span { border-color: rgb(104,58,23); }
td.TdClassName
{
border-color: #683A17;
}
.TagClassName
{
border-color: #683A17;
}
</style>