Shades of Baker's Chocolate #68350C
Tints of Baker's Chocolate #68350C
RGB
CMYK
RGB Variations
Color information
#68350C (or 0x68350C) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 0C. RGB value is (104,53,12). Sum of RGB (Red+Green+Blue) = 104+53+12=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68350C is #97CAF3. Grayscale: #3F3F3F. Windows color (decimal): -9947892 or 800104. OLE color: 800104.
HSL color Cylindrical-coordinate representation of color #68350C: hue angle of 26.74º 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 #68350C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 12 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.59 |
| HSL | 26.74º | 0.79% | 0.23% | - |
| HSV(B) | 26.74º | 0.88% | 0.41% | - |
| XYZ | 7.05 | 5.52 | 1.04 | - |
| YUV | 63.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 12 | 0 | 0.49 | 0.88 | 0.59 | 26.74 | 0.79 | 0.23 |
| Hex | 68 | 35 | C | 0 | 31 | 58 | 3B | 1B | 4F | 17 |
| Octal | 150 | 65 | 14 | 0 | 61 | 130 | 73 | 33 | 117 | 27 |
| Binary | 1101000 | 110101 | 1100 | 0 | 110001 | 1011000 | 111011 | 11011 | 1001111 | 10111 |
Color Harmonies of #68350C
Complementary color
Monochromatic Colors of #68350C
Black with #68350C
Text Example
Text Example
White with #68350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68350C; }
p { color: rgb(104,53,12); }
H1.HeaderClassName
{
color: #68350C;
}
.AnyTagClassName
{
color: #68350C;
}
</style>
background-color css
<style>
a { background-color: #68350C; }
a { background-color: rgb(104,53,12); }
div.DivClassName
{
background-color: #68350C;
}
.BgClassName
{
background-color: #68350C;
}
</style>
border-color css
<style>
span { border-color: #68350C; }
span { border-color: rgb(104,53,12); }
td.TdClassName
{
border-color: #68350C;
}
.TagClassName
{
border-color: #68350C;
}
</style>