Shades of Baker's Chocolate #613C0D
Tints of Baker's Chocolate #613C0D
RGB
CMYK
RGB Variations
Color information
#613C0D (or 0x613C0D) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 0D. RGB value is (97,60,13). Sum of RGB (Red+Green+Blue) = 97+60+13=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0D is #9EC3F2. Grayscale: #414141. Windows color (decimal): -10404851 or 867425. OLE color: 867425.
HSL color Cylindrical-coordinate representation of color #613C0D: hue angle of 33.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #613C0D is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 13 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.62 |
| HSL | 33.57º | 0.76% | 0.22% | - |
| HSV(B) | 33.57º | 0.87% | 0.38% | - |
| XYZ | 6.62 | 5.8 | 1.15 | - |
| YUV | 65.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 13 | 0 | 0.38 | 0.87 | 0.62 | 33.57 | 0.76 | 0.22 |
| Hex | 61 | 3C | D | 0 | 26 | 57 | 3E | 22 | 4C | 16 |
| Octal | 141 | 74 | 15 | 0 | 46 | 127 | 76 | 42 | 114 | 26 |
| Binary | 1100001 | 111100 | 1101 | 0 | 100110 | 1010111 | 111110 | 100010 | 1001100 | 10110 |
Color Harmonies of #613C0D
Complementary color
Monochromatic Colors of #613C0D
Black with #613C0D
Text Example
Text Example
White with #613C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C0D; }
p { color: rgb(97,60,13); }
H1.HeaderClassName
{
color: #613C0D;
}
.AnyTagClassName
{
color: #613C0D;
}
</style>
background-color css
<style>
a { background-color: #613C0D; }
a { background-color: rgb(97,60,13); }
div.DivClassName
{
background-color: #613C0D;
}
.BgClassName
{
background-color: #613C0D;
}
</style>
border-color css
<style>
span { border-color: #613C0D; }
span { border-color: rgb(97,60,13); }
td.TdClassName
{
border-color: #613C0D;
}
.TagClassName
{
border-color: #613C0D;
}
</style>