Shades of Baker's Chocolate #68360D
Tints of Baker's Chocolate #68360D
RGB
CMYK
RGB Variations
Color information
#68360D (or 0x68360D) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0D. RGB value is (104,54,13). Sum of RGB (Red+Green+Blue) = 104+54+13=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360D is #97C9F2. Grayscale: #404040. Windows color (decimal): -9947635 or 865896. OLE color: 865896.
HSL color Cylindrical-coordinate representation of color #68360D: hue angle of 27.03º degrees, saturation: 0.78, 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 #68360D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 13 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.59 |
| HSL | 27.03º | 0.78% | 0.23% | - |
| HSV(B) | 27.03º | 0.88% | 0.41% | - |
| XYZ | 7.1 | 5.61 | 1.09 | - |
| YUV | 64.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 13 | 0 | 0.48 | 0.88 | 0.59 | 27.03 | 0.78 | 0.23 |
| Hex | 68 | 36 | D | 0 | 30 | 58 | 3B | 1B | 4E | 17 |
| Octal | 150 | 66 | 15 | 0 | 60 | 130 | 73 | 33 | 116 | 27 |
| Binary | 1101000 | 110110 | 1101 | 0 | 110000 | 1011000 | 111011 | 11011 | 1001110 | 10111 |
Color Harmonies of #68360D
Complementary color
Monochromatic Colors of #68360D
Black with #68360D
Text Example
Text Example
White with #68360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68360D; }
p { color: rgb(104,54,13); }
H1.HeaderClassName
{
color: #68360D;
}
.AnyTagClassName
{
color: #68360D;
}
</style>
background-color css
<style>
a { background-color: #68360D; }
a { background-color: rgb(104,54,13); }
div.DivClassName
{
background-color: #68360D;
}
.BgClassName
{
background-color: #68360D;
}
</style>
border-color css
<style>
span { border-color: #68360D; }
span { border-color: rgb(104,54,13); }
td.TdClassName
{
border-color: #68360D;
}
.TagClassName
{
border-color: #68360D;
}
</style>