Shades of Baker's Chocolate #68310F
Tints of Baker's Chocolate #68310F
RGB
CMYK
RGB Variations
Color information
#68310F (or 0x68310F) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 0F. RGB value is (104,49,15). Sum of RGB (Red+Green+Blue) = 104+49+15=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68310F is #97CEF0. Grayscale: #3D3D3D. Windows color (decimal): -9948913 or 995688. OLE color: 995688.
HSL color Cylindrical-coordinate representation of color #68310F: hue angle of 22.92º 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 #68310F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 15 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.59 |
| HSL | 22.92º | 0.75% | 0.23% | - |
| HSV(B) | 22.92º | 0.86% | 0.41% | - |
| XYZ | 6.89 | 5.17 | 1.09 | - |
| YUV | 61.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 15 | 0 | 0.53 | 0.86 | 0.59 | 22.92 | 0.75 | 0.23 |
| Hex | 68 | 31 | F | 0 | 35 | 56 | 3B | 17 | 4B | 17 |
| Octal | 150 | 61 | 17 | 0 | 65 | 126 | 73 | 27 | 113 | 27 |
| Binary | 1101000 | 110001 | 1111 | 0 | 110101 | 1010110 | 111011 | 10111 | 1001011 | 10111 |
Color Harmonies of #68310F
Complementary color
Monochromatic Colors of #68310F
Black with #68310F
Text Example
Text Example
White with #68310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68310F; }
p { color: rgb(104,49,15); }
H1.HeaderClassName
{
color: #68310F;
}
.AnyTagClassName
{
color: #68310F;
}
</style>
background-color css
<style>
a { background-color: #68310F; }
a { background-color: rgb(104,49,15); }
div.DivClassName
{
background-color: #68310F;
}
.BgClassName
{
background-color: #68310F;
}
</style>
border-color css
<style>
span { border-color: #68310F; }
span { border-color: rgb(104,49,15); }
td.TdClassName
{
border-color: #68310F;
}
.TagClassName
{
border-color: #68310F;
}
</style>