Shades of Baker's Chocolate #61320C
Tints of Baker's Chocolate #61320C
RGB
CMYK
RGB Variations
Color information
#61320C (or 0x61320C) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 0C. RGB value is (97,50,12). Sum of RGB (Red+Green+Blue) = 97+50+12=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61320C is #9ECDF3. Grayscale: #3B3B3B. Windows color (decimal): -10407412 or 799329. OLE color: 799329.
HSL color Cylindrical-coordinate representation of color #61320C: hue angle of 26.82º 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 #61320C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 12 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.62 |
| HSL | 26.82º | 0.78% | 0.21% | - |
| HSV(B) | 26.82º | 0.88% | 0.38% | - |
| XYZ | 6.14 | 4.85 | 0.96 | - |
| YUV | 59.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 12 | 0 | 0.48 | 0.88 | 0.62 | 26.82 | 0.78 | 0.21 |
| Hex | 61 | 32 | C | 0 | 30 | 58 | 3E | 1B | 4E | 15 |
| Octal | 141 | 62 | 14 | 0 | 60 | 130 | 76 | 33 | 116 | 25 |
| Binary | 1100001 | 110010 | 1100 | 0 | 110000 | 1011000 | 111110 | 11011 | 1001110 | 10101 |
Color Harmonies of #61320C
Complementary color
Monochromatic Colors of #61320C
Black with #61320C
Text Example
Text Example
White with #61320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61320C; }
p { color: rgb(97,50,12); }
H1.HeaderClassName
{
color: #61320C;
}
.AnyTagClassName
{
color: #61320C;
}
</style>
background-color css
<style>
a { background-color: #61320C; }
a { background-color: rgb(97,50,12); }
div.DivClassName
{
background-color: #61320C;
}
.BgClassName
{
background-color: #61320C;
}
</style>
border-color css
<style>
span { border-color: #61320C; }
span { border-color: rgb(97,50,12); }
td.TdClassName
{
border-color: #61320C;
}
.TagClassName
{
border-color: #61320C;
}
</style>