Shades of Baker's Chocolate #60300C
Tints of Baker's Chocolate #60300C
RGB
CMYK
RGB Variations
Color information
#60300C (or 0x60300C) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 0C. RGB value is (96,48,12). Sum of RGB (Red+Green+Blue) = 96+48+12=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60300C is #9FCFF3. Grayscale: #3A3A3A. Windows color (decimal): -10473460 or 798816. OLE color: 798816.
HSL color Cylindrical-coordinate representation of color #60300C: hue angle of 25.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 #60300C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 12 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.62 |
| HSL | 25.71º | 0.78% | 0.21% | - |
| HSV(B) | 25.71º | 0.88% | 0.38% | - |
| XYZ | 5.95 | 4.63 | 0.93 | - |
| YUV | 58.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 12 | 0 | 0.50 | 0.88 | 0.62 | 25.71 | 0.78 | 0.21 |
| Hex | 60 | 30 | C | 0 | 32 | 58 | 3E | 1A | 4E | 15 |
| Octal | 140 | 60 | 14 | 0 | 62 | 130 | 76 | 32 | 116 | 25 |
| Binary | 1100000 | 110000 | 1100 | 0 | 110010 | 1011000 | 111110 | 11010 | 1001110 | 10101 |
Color Harmonies of #60300C
Complementary color
Monochromatic Colors of #60300C
Black with #60300C
Text Example
Text Example
White with #60300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60300C; }
p { color: rgb(96,48,12); }
H1.HeaderClassName
{
color: #60300C;
}
.AnyTagClassName
{
color: #60300C;
}
</style>
background-color css
<style>
a { background-color: #60300C; }
a { background-color: rgb(96,48,12); }
div.DivClassName
{
background-color: #60300C;
}
.BgClassName
{
background-color: #60300C;
}
</style>
border-color css
<style>
span { border-color: #60300C; }
span { border-color: rgb(96,48,12); }
td.TdClassName
{
border-color: #60300C;
}
.TagClassName
{
border-color: #60300C;
}
</style>