Shades of Baker's Chocolate #60360C
Tints of Baker's Chocolate #60360C
RGB
CMYK
RGB Variations
Color information
#60360C (or 0x60360C) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 0C. RGB value is (96,54,12). Sum of RGB (Red+Green+Blue) = 96+54+12=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60360C is #9FC9F3. Grayscale: #3D3D3D. Windows color (decimal): -10471924 or 800352. OLE color: 800352.
HSL color Cylindrical-coordinate representation of color #60360C: hue angle of 30º 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 #60360C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 12 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.62 |
| HSL | 30º | 0.78% | 0.21% | - |
| HSV(B) | 30º | 0.88% | 0.38% | - |
| XYZ | 6.21 | 5.15 | 1.01 | - |
| YUV | 61.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 12 | 0 | 0.44 | 0.88 | 0.62 | 30 | 0.78 | 0.21 |
| Hex | 60 | 36 | C | 0 | 2C | 58 | 3E | 1E | 4E | 15 |
| Octal | 140 | 66 | 14 | 0 | 54 | 130 | 76 | 36 | 116 | 25 |
| Binary | 1100000 | 110110 | 1100 | 0 | 101100 | 1011000 | 111110 | 11110 | 1001110 | 10101 |
Color Harmonies of #60360C
Complementary color
Monochromatic Colors of #60360C
Black with #60360C
Text Example
Text Example
White with #60360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60360C; }
p { color: rgb(96,54,12); }
H1.HeaderClassName
{
color: #60360C;
}
.AnyTagClassName
{
color: #60360C;
}
</style>
background-color css
<style>
a { background-color: #60360C; }
a { background-color: rgb(96,54,12); }
div.DivClassName
{
background-color: #60360C;
}
.BgClassName
{
background-color: #60360C;
}
</style>
border-color css
<style>
span { border-color: #60360C; }
span { border-color: rgb(96,54,12); }
td.TdClassName
{
border-color: #60360C;
}
.TagClassName
{
border-color: #60360C;
}
</style>