Shades of Baker's Chocolate #68390C
Tints of Baker's Chocolate #68390C
RGB
CMYK
RGB Variations
Color information
#68390C (or 0x68390C) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 0C. RGB value is (104,57,12). Sum of RGB (Red+Green+Blue) = 104+57+12=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390C is #97C6F3. Grayscale: #424242. Windows color (decimal): -9946868 or 801128. OLE color: 801128.
HSL color Cylindrical-coordinate representation of color #68390C: hue angle of 29.35º 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 #68390C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 12 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.59 |
| HSL | 29.35º | 0.79% | 0.23% | - |
| HSV(B) | 29.35º | 0.88% | 0.41% | - |
| XYZ | 7.24 | 5.9 | 1.1 | - |
| YUV | 65.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 12 | 0 | 0.45 | 0.88 | 0.59 | 29.35 | 0.79 | 0.23 |
| Hex | 68 | 39 | C | 0 | 2D | 58 | 3B | 1D | 4F | 17 |
| Octal | 150 | 71 | 14 | 0 | 55 | 130 | 73 | 35 | 117 | 27 |
| Binary | 1101000 | 111001 | 1100 | 0 | 101101 | 1011000 | 111011 | 11101 | 1001111 | 10111 |
Color Harmonies of #68390C
Complementary color
Monochromatic Colors of #68390C
Black with #68390C
Text Example
Text Example
White with #68390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68390C; }
p { color: rgb(104,57,12); }
H1.HeaderClassName
{
color: #68390C;
}
.AnyTagClassName
{
color: #68390C;
}
</style>
background-color css
<style>
a { background-color: #68390C; }
a { background-color: rgb(104,57,12); }
div.DivClassName
{
background-color: #68390C;
}
.BgClassName
{
background-color: #68390C;
}
</style>
border-color css
<style>
span { border-color: #68390C; }
span { border-color: rgb(104,57,12); }
td.TdClassName
{
border-color: #68390C;
}
.TagClassName
{
border-color: #68390C;
}
</style>