Shades of Baker's Chocolate #613D0D
Tints of Baker's Chocolate #613D0D
RGB
CMYK
RGB Variations
Color information
#613D0D (or 0x613D0D) is known color: Baker's Chocolate. HEX triplet: 61, 3D and 0D. RGB value is (97,61,13). Sum of RGB (Red+Green+Blue) = 97+61+13=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D0D is #9EC2F2. Grayscale: #424242. Windows color (decimal): -10404595 or 867681. OLE color: 867681.
HSL color Cylindrical-coordinate representation of color #613D0D: hue angle of 34.29º 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 #613D0D is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 13 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.62 |
| HSL | 34.29º | 0.76% | 0.22% | - |
| HSV(B) | 34.29º | 0.87% | 0.38% | - |
| XYZ | 6.67 | 5.91 | 1.17 | - |
| YUV | 66.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 13 | 0 | 0.37 | 0.87 | 0.62 | 34.29 | 0.76 | 0.22 |
| Hex | 61 | 3D | D | 0 | 25 | 57 | 3E | 22 | 4C | 16 |
| Octal | 141 | 75 | 15 | 0 | 45 | 127 | 76 | 42 | 114 | 26 |
| Binary | 1100001 | 111101 | 1101 | 0 | 100101 | 1010111 | 111110 | 100010 | 1001100 | 10110 |
Color Harmonies of #613D0D
Complementary color
Monochromatic Colors of #613D0D
Black with #613D0D
Text Example
Text Example
White with #613D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D0D; }
p { color: rgb(97,61,13); }
H1.HeaderClassName
{
color: #613D0D;
}
.AnyTagClassName
{
color: #613D0D;
}
</style>
background-color css
<style>
a { background-color: #613D0D; }
a { background-color: rgb(97,61,13); }
div.DivClassName
{
background-color: #613D0D;
}
.BgClassName
{
background-color: #613D0D;
}
</style>
border-color css
<style>
span { border-color: #613D0D; }
span { border-color: rgb(97,61,13); }
td.TdClassName
{
border-color: #613D0D;
}
.TagClassName
{
border-color: #613D0D;
}
</style>