Shades of Baker's Chocolate #60370F
Tints of Baker's Chocolate #60370F
RGB
CMYK
RGB Variations
Color information
#60370F (or 0x60370F) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 0F. RGB value is (96,55,15). Sum of RGB (Red+Green+Blue) = 96+55+15=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #60370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60370F is #9FC8F0. Grayscale: #3E3E3E. Windows color (decimal): -10471665 or 997216. OLE color: 997216.
HSL color Cylindrical-coordinate representation of color #60370F: hue angle of 29.63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60370F is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 15 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.62 |
| HSL | 29.63º | 0.73% | 0.22% | - |
| HSV(B) | 29.63º | 0.84% | 0.38% | - |
| XYZ | 6.28 | 5.25 | 1.14 | - |
| YUV | 62.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 15 | 0 | 0.43 | 0.84 | 0.62 | 29.63 | 0.73 | 0.22 |
| Hex | 60 | 37 | F | 0 | 2B | 54 | 3E | 1E | 49 | 16 |
| Octal | 140 | 67 | 17 | 0 | 53 | 124 | 76 | 36 | 111 | 26 |
| Binary | 1100000 | 110111 | 1111 | 0 | 101011 | 1010100 | 111110 | 11110 | 1001001 | 10110 |
Color Harmonies of #60370F
Complementary color
Monochromatic Colors of #60370F
Black with #60370F
Text Example
Text Example
White with #60370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60370F; }
p { color: rgb(96,55,15); }
H1.HeaderClassName
{
color: #60370F;
}
.AnyTagClassName
{
color: #60370F;
}
</style>
background-color css
<style>
a { background-color: #60370F; }
a { background-color: rgb(96,55,15); }
div.DivClassName
{
background-color: #60370F;
}
.BgClassName
{
background-color: #60370F;
}
</style>
border-color css
<style>
span { border-color: #60370F; }
span { border-color: rgb(96,55,15); }
td.TdClassName
{
border-color: #60370F;
}
.TagClassName
{
border-color: #60370F;
}
</style>