Shades of Baker's Chocolate #60360D
Tints of Baker's Chocolate #60360D
RGB
CMYK
RGB Variations
Color information
#60360D (or 0x60360D) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 0D. RGB value is (96,54,13). Sum of RGB (Red+Green+Blue) = 96+54+13=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60360D is #9FC9F2. Grayscale: #3E3E3E. Windows color (decimal): -10471923 or 865888. OLE color: 865888.
HSL color Cylindrical-coordinate representation of color #60360D: hue angle of 29.64º 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 #60360D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 13 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.62 |
| HSL | 29.64º | 0.76% | 0.21% | - |
| HSV(B) | 29.64º | 0.86% | 0.38% | - |
| XYZ | 6.22 | 5.15 | 1.05 | - |
| YUV | 61.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 13 | 0 | 0.44 | 0.86 | 0.62 | 29.64 | 0.76 | 0.21 |
| Hex | 60 | 36 | D | 0 | 2C | 56 | 3E | 1E | 4C | 15 |
| Octal | 140 | 66 | 15 | 0 | 54 | 126 | 76 | 36 | 114 | 25 |
| Binary | 1100000 | 110110 | 1101 | 0 | 101100 | 1010110 | 111110 | 11110 | 1001100 | 10101 |
Color Harmonies of #60360D
Complementary color
Monochromatic Colors of #60360D
Black with #60360D
Text Example
Text Example
White with #60360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60360D; }
p { color: rgb(96,54,13); }
H1.HeaderClassName
{
color: #60360D;
}
.AnyTagClassName
{
color: #60360D;
}
</style>
background-color css
<style>
a { background-color: #60360D; }
a { background-color: rgb(96,54,13); }
div.DivClassName
{
background-color: #60360D;
}
.BgClassName
{
background-color: #60360D;
}
</style>
border-color css
<style>
span { border-color: #60360D; }
span { border-color: rgb(96,54,13); }
td.TdClassName
{
border-color: #60360D;
}
.TagClassName
{
border-color: #60360D;
}
</style>