Shades of Baker's Chocolate #61360C
Tints of Baker's Chocolate #61360C
RGB
CMYK
RGB Variations
Color information
#61360C (or 0x61360C) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 0C. RGB value is (97,54,12). Sum of RGB (Red+Green+Blue) = 97+54+12=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61360C is #9EC9F3. Grayscale: #3E3E3E. Windows color (decimal): -10406388 or 800353. OLE color: 800353.
HSL color Cylindrical-coordinate representation of color #61360C: hue angle of 29.65º 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 #61360C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 12 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.62 |
| HSL | 29.65º | 0.78% | 0.21% | - |
| HSV(B) | 29.65º | 0.88% | 0.38% | - |
| XYZ | 6.32 | 5.21 | 1.02 | - |
| YUV | 62.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 12 | 0 | 0.44 | 0.88 | 0.62 | 29.65 | 0.78 | 0.21 |
| Hex | 61 | 36 | C | 0 | 2C | 58 | 3E | 1E | 4E | 15 |
| Octal | 141 | 66 | 14 | 0 | 54 | 130 | 76 | 36 | 116 | 25 |
| Binary | 1100001 | 110110 | 1100 | 0 | 101100 | 1011000 | 111110 | 11110 | 1001110 | 10101 |
Color Harmonies of #61360C
Complementary color
Monochromatic Colors of #61360C
Black with #61360C
Text Example
Text Example
White with #61360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61360C; }
p { color: rgb(97,54,12); }
H1.HeaderClassName
{
color: #61360C;
}
.AnyTagClassName
{
color: #61360C;
}
</style>
background-color css
<style>
a { background-color: #61360C; }
a { background-color: rgb(97,54,12); }
div.DivClassName
{
background-color: #61360C;
}
.BgClassName
{
background-color: #61360C;
}
</style>
border-color css
<style>
span { border-color: #61360C; }
span { border-color: rgb(97,54,12); }
td.TdClassName
{
border-color: #61360C;
}
.TagClassName
{
border-color: #61360C;
}
</style>