Shades of Baker's Chocolate #68290F
Tints of Baker's Chocolate #68290F
RGB
CMYK
RGB Variations
Color information
#68290F (or 0x68290F) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 0F. RGB value is (104,41,15). Sum of RGB (Red+Green+Blue) = 104+41+15=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #68290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290F is #97D6F0. Grayscale: #393939. Windows color (decimal): -9950961 or 993640. OLE color: 993640.
HSL color Cylindrical-coordinate representation of color #68290F: hue angle of 17.53º 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 #68290F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 15 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.59 |
| HSL | 17.53º | 0.75% | 0.23% | - |
| HSV(B) | 17.53º | 0.86% | 0.41% | - |
| XYZ | 6.59 | 4.56 | 0.99 | - |
| YUV | 56.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 15 | 0 | 0.61 | 0.86 | 0.59 | 17.53 | 0.75 | 0.23 |
| Hex | 68 | 29 | F | 0 | 3D | 56 | 3B | 12 | 4B | 17 |
| Octal | 150 | 51 | 17 | 0 | 75 | 126 | 73 | 22 | 113 | 27 |
| Binary | 1101000 | 101001 | 1111 | 0 | 111101 | 1010110 | 111011 | 10010 | 1001011 | 10111 |
Color Harmonies of #68290F
Complementary color
Monochromatic Colors of #68290F
Black with #68290F
Text Example
Text Example
White with #68290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68290F; }
p { color: rgb(104,41,15); }
H1.HeaderClassName
{
color: #68290F;
}
.AnyTagClassName
{
color: #68290F;
}
</style>
background-color css
<style>
a { background-color: #68290F; }
a { background-color: rgb(104,41,15); }
div.DivClassName
{
background-color: #68290F;
}
.BgClassName
{
background-color: #68290F;
}
</style>
border-color css
<style>
span { border-color: #68290F; }
span { border-color: rgb(104,41,15); }
td.TdClassName
{
border-color: #68290F;
}
.TagClassName
{
border-color: #68290F;
}
</style>