Shades of Baker's Chocolate #60340D
Tints of Baker's Chocolate #60340D
RGB
CMYK
RGB Variations
Color information
#60340D (or 0x60340D) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 0D. RGB value is (96,52,13). Sum of RGB (Red+Green+Blue) = 96+52+13=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60340D is #9FCBF2. Grayscale: #3C3C3C. Windows color (decimal): -10472435 or 865376. OLE color: 865376.
HSL color Cylindrical-coordinate representation of color #60340D: hue angle of 28.19º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60340D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 13 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.62 |
| HSL | 28.19º | 0.76% | 0.21% | - |
| HSV(B) | 28.19º | 0.86% | 0.38% | - |
| XYZ | 6.12 | 4.97 | 1.02 | - |
| YUV | 60.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 13 | 0 | 0.46 | 0.86 | 0.62 | 28.19 | 0.76 | 0.21 |
| Hex | 60 | 34 | D | 0 | 2E | 56 | 3E | 1C | 4C | 15 |
| Octal | 140 | 64 | 15 | 0 | 56 | 126 | 76 | 34 | 114 | 25 |
| Binary | 1100000 | 110100 | 1101 | 0 | 101110 | 1010110 | 111110 | 11100 | 1001100 | 10101 |
Color Harmonies of #60340D
Complementary color
Monochromatic Colors of #60340D
Black with #60340D
Text Example
Text Example
White with #60340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60340D; }
p { color: rgb(96,52,13); }
H1.HeaderClassName
{
color: #60340D;
}
.AnyTagClassName
{
color: #60340D;
}
</style>
background-color css
<style>
a { background-color: #60340D; }
a { background-color: rgb(96,52,13); }
div.DivClassName
{
background-color: #60340D;
}
.BgClassName
{
background-color: #60340D;
}
</style>
border-color css
<style>
span { border-color: #60340D; }
span { border-color: rgb(96,52,13); }
td.TdClassName
{
border-color: #60340D;
}
.TagClassName
{
border-color: #60340D;
}
</style>