Shades of Baker's Chocolate #60370C
Tints of Baker's Chocolate #60370C
RGB
CMYK
RGB Variations
Color information
#60370C (or 0x60370C) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 0C. RGB value is (96,55,12). Sum of RGB (Red+Green+Blue) = 96+55+12=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60370C is #9FC8F3. Grayscale: #3E3E3E. Windows color (decimal): -10471668 or 800608. OLE color: 800608.
HSL color Cylindrical-coordinate representation of color #60370C: hue angle of 30.71º 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 #60370C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 12 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.62 |
| HSL | 30.71º | 0.78% | 0.21% | - |
| HSV(B) | 30.71º | 0.88% | 0.38% | - |
| XYZ | 6.26 | 5.25 | 1.03 | - |
| YUV | 62.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 12 | 0 | 0.43 | 0.88 | 0.62 | 30.71 | 0.78 | 0.21 |
| Hex | 60 | 37 | C | 0 | 2B | 58 | 3E | 1F | 4E | 15 |
| Octal | 140 | 67 | 14 | 0 | 53 | 130 | 76 | 37 | 116 | 25 |
| Binary | 1100000 | 110111 | 1100 | 0 | 101011 | 1011000 | 111110 | 11111 | 1001110 | 10101 |
Color Harmonies of #60370C
Complementary color
Monochromatic Colors of #60370C
Black with #60370C
Text Example
Text Example
White with #60370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60370C; }
p { color: rgb(96,55,12); }
H1.HeaderClassName
{
color: #60370C;
}
.AnyTagClassName
{
color: #60370C;
}
</style>
background-color css
<style>
a { background-color: #60370C; }
a { background-color: rgb(96,55,12); }
div.DivClassName
{
background-color: #60370C;
}
.BgClassName
{
background-color: #60370C;
}
</style>
border-color css
<style>
span { border-color: #60370C; }
span { border-color: rgb(96,55,12); }
td.TdClassName
{
border-color: #60370C;
}
.TagClassName
{
border-color: #60370C;
}
</style>