Shades of Baker's Chocolate #68310C
Tints of Baker's Chocolate #68310C
RGB
CMYK
RGB Variations
Color information
#68310C (or 0x68310C) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 0C. RGB value is (104,49,12). Sum of RGB (Red+Green+Blue) = 104+49+12=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68310C is #97CEF3. Grayscale: #3D3D3D. Windows color (decimal): -9948916 or 799080. OLE color: 799080.
HSL color Cylindrical-coordinate representation of color #68310C: hue angle of 24.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68310C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 12 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.59 |
| HSL | 24.13º | 0.79% | 0.23% | - |
| HSV(B) | 24.13º | 0.88% | 0.41% | - |
| XYZ | 6.87 | 5.17 | 0.98 | - |
| YUV | 61.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 12 | 0 | 0.53 | 0.88 | 0.59 | 24.13 | 0.79 | 0.23 |
| Hex | 68 | 31 | C | 0 | 35 | 58 | 3B | 18 | 4F | 17 |
| Octal | 150 | 61 | 14 | 0 | 65 | 130 | 73 | 30 | 117 | 27 |
| Binary | 1101000 | 110001 | 1100 | 0 | 110101 | 1011000 | 111011 | 11000 | 1001111 | 10111 |
Color Harmonies of #68310C
Complementary color
Monochromatic Colors of #68310C
Black with #68310C
Text Example
Text Example
White with #68310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68310C; }
p { color: rgb(104,49,12); }
H1.HeaderClassName
{
color: #68310C;
}
.AnyTagClassName
{
color: #68310C;
}
</style>
background-color css
<style>
a { background-color: #68310C; }
a { background-color: rgb(104,49,12); }
div.DivClassName
{
background-color: #68310C;
}
.BgClassName
{
background-color: #68310C;
}
</style>
border-color css
<style>
span { border-color: #68310C; }
span { border-color: rgb(104,49,12); }
td.TdClassName
{
border-color: #68310C;
}
.TagClassName
{
border-color: #68310C;
}
</style>