Shades of Baker's Chocolate #683A0F
Tints of Baker's Chocolate #683A0F
RGB
CMYK
RGB Variations
Color information
#683A0F (or 0x683A0F) is known color: Baker's Chocolate. HEX triplet: 68, 3A and 0F. RGB value is (104,58,15). Sum of RGB (Red+Green+Blue) = 104+58+15=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A0F is #97C5F0. Grayscale: #434343. Windows color (decimal): -9946609 or 997992. OLE color: 997992.
HSL color Cylindrical-coordinate representation of color #683A0F: hue angle of 28.99º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #683A0F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 15 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.59 |
| HSL | 28.99º | 0.75% | 0.23% | - |
| HSV(B) | 28.99º | 0.86% | 0.41% | - |
| XYZ | 7.31 | 6 | 1.23 | - |
| YUV | 66.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 15 | 0 | 0.44 | 0.86 | 0.59 | 28.99 | 0.75 | 0.23 |
| Hex | 68 | 3A | F | 0 | 2C | 56 | 3B | 1D | 4B | 17 |
| Octal | 150 | 72 | 17 | 0 | 54 | 126 | 73 | 35 | 113 | 27 |
| Binary | 1101000 | 111010 | 1111 | 0 | 101100 | 1010110 | 111011 | 11101 | 1001011 | 10111 |
Color Harmonies of #683A0F
Complementary color
Monochromatic Colors of #683A0F
Black with #683A0F
Text Example
Text Example
White with #683A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A0F; }
p { color: rgb(104,58,15); }
H1.HeaderClassName
{
color: #683A0F;
}
.AnyTagClassName
{
color: #683A0F;
}
</style>
background-color css
<style>
a { background-color: #683A0F; }
a { background-color: rgb(104,58,15); }
div.DivClassName
{
background-color: #683A0F;
}
.BgClassName
{
background-color: #683A0F;
}
</style>
border-color css
<style>
span { border-color: #683A0F; }
span { border-color: rgb(104,58,15); }
td.TdClassName
{
border-color: #683A0F;
}
.TagClassName
{
border-color: #683A0F;
}
</style>