Shades of Baker's Chocolate #68390A
Tints of Baker's Chocolate #68390A
RGB
CMYK
RGB Variations
Color information
#68390A (or 0x68390A) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 0A. RGB value is (104,57,10). Sum of RGB (Red+Green+Blue) = 104+57+10=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390A is #97C6F5. Grayscale: #414141. Windows color (decimal): -9946870 or 670056. OLE color: 670056.
HSL color Cylindrical-coordinate representation of color #68390A: hue angle of 30º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68390A is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 10 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.59 |
| HSL | 30º | 0.82% | 0.22% | - |
| HSV(B) | 30º | 0.9% | 0.41% | - |
| XYZ | 7.23 | 5.89 | 1.04 | - |
| YUV | 65.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 10 | 0 | 0.45 | 0.90 | 0.59 | 30 | 0.82 | 0.22 |
| Hex | 68 | 39 | A | 0 | 2D | 5A | 3B | 1E | 52 | 16 |
| Octal | 150 | 71 | 12 | 0 | 55 | 132 | 73 | 36 | 122 | 26 |
| Binary | 1101000 | 111001 | 1010 | 0 | 101101 | 1011010 | 111011 | 11110 | 1010010 | 10110 |
Color Harmonies of #68390A
Complementary color
Monochromatic Colors of #68390A
Black with #68390A
Text Example
Text Example
White with #68390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68390A; }
p { color: rgb(104,57,10); }
H1.HeaderClassName
{
color: #68390A;
}
.AnyTagClassName
{
color: #68390A;
}
</style>
background-color css
<style>
a { background-color: #68390A; }
a { background-color: rgb(104,57,10); }
div.DivClassName
{
background-color: #68390A;
}
.BgClassName
{
background-color: #68390A;
}
</style>
border-color css
<style>
span { border-color: #68390A; }
span { border-color: rgb(104,57,10); }
td.TdClassName
{
border-color: #68390A;
}
.TagClassName
{
border-color: #68390A;
}
</style>