Shades of Baker's Chocolate #613C0C
Tints of Baker's Chocolate #613C0C
RGB
CMYK
RGB Variations
Color information
#613C0C (or 0x613C0C) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 0C. RGB value is (97,60,12). Sum of RGB (Red+Green+Blue) = 97+60+12=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0C is #9EC3F3. Grayscale: #414141. Windows color (decimal): -10404852 or 801889. OLE color: 801889.
HSL color Cylindrical-coordinate representation of color #613C0C: hue angle of 33.88º 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 #613C0C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 12 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.62 |
| HSL | 33.88º | 0.78% | 0.21% | - |
| HSV(B) | 33.88º | 0.88% | 0.38% | - |
| XYZ | 6.61 | 5.8 | 1.12 | - |
| YUV | 65.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 12 | 0 | 0.38 | 0.88 | 0.62 | 33.88 | 0.78 | 0.21 |
| Hex | 61 | 3C | C | 0 | 26 | 58 | 3E | 22 | 4E | 15 |
| Octal | 141 | 74 | 14 | 0 | 46 | 130 | 76 | 42 | 116 | 25 |
| Binary | 1100001 | 111100 | 1100 | 0 | 100110 | 1011000 | 111110 | 100010 | 1001110 | 10101 |
Color Harmonies of #613C0C
Complementary color
Monochromatic Colors of #613C0C
Black with #613C0C
Text Example
Text Example
White with #613C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C0C; }
p { color: rgb(97,60,12); }
H1.HeaderClassName
{
color: #613C0C;
}
.AnyTagClassName
{
color: #613C0C;
}
</style>
background-color css
<style>
a { background-color: #613C0C; }
a { background-color: rgb(97,60,12); }
div.DivClassName
{
background-color: #613C0C;
}
.BgClassName
{
background-color: #613C0C;
}
</style>
border-color css
<style>
span { border-color: #613C0C; }
span { border-color: rgb(97,60,12); }
td.TdClassName
{
border-color: #613C0C;
}
.TagClassName
{
border-color: #613C0C;
}
</style>