Shades of Baker's Chocolate #60340C
Tints of Baker's Chocolate #60340C
RGB
CMYK
RGB Variations
Color information
#60340C (or 0x60340C) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 0C. RGB value is (96,52,12). Sum of RGB (Red+Green+Blue) = 96+52+12=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60340C is #9FCBF3. Grayscale: #3C3C3C. Windows color (decimal): -10472436 or 799840. OLE color: 799840.
HSL color Cylindrical-coordinate representation of color #60340C: hue angle of 28.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60340C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 12 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.62 |
| HSL | 28.57º | 0.78% | 0.21% | - |
| HSV(B) | 28.57º | 0.88% | 0.38% | - |
| XYZ | 6.12 | 4.97 | 0.98 | - |
| YUV | 60.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 12 | 0 | 0.46 | 0.88 | 0.62 | 28.57 | 0.78 | 0.21 |
| Hex | 60 | 34 | C | 0 | 2E | 58 | 3E | 1D | 4E | 15 |
| Octal | 140 | 64 | 14 | 0 | 56 | 130 | 76 | 35 | 116 | 25 |
| Binary | 1100000 | 110100 | 1100 | 0 | 101110 | 1011000 | 111110 | 11101 | 1001110 | 10101 |
Color Harmonies of #60340C
Complementary color
Monochromatic Colors of #60340C
Black with #60340C
Text Example
Text Example
White with #60340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60340C; }
p { color: rgb(96,52,12); }
H1.HeaderClassName
{
color: #60340C;
}
.AnyTagClassName
{
color: #60340C;
}
</style>
background-color css
<style>
a { background-color: #60340C; }
a { background-color: rgb(96,52,12); }
div.DivClassName
{
background-color: #60340C;
}
.BgClassName
{
background-color: #60340C;
}
</style>
border-color css
<style>
span { border-color: #60340C; }
span { border-color: rgb(96,52,12); }
td.TdClassName
{
border-color: #60340C;
}
.TagClassName
{
border-color: #60340C;
}
</style>