Shades of Baker's Chocolate #613C10
Tints of Baker's Chocolate #613C10
RGB
CMYK
RGB Variations
Color information
#613C10 (or 0x613C10) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 10. RGB value is (97,60,16). Sum of RGB (Red+Green+Blue) = 97+60+16=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C10 is #9EC3EF. Grayscale: #424242. Windows color (decimal): -10404848 or 1064033. OLE color: 1064033.
HSL color Cylindrical-coordinate representation of color #613C10: hue angle of 32.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613C10 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 16 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.62 |
| HSL | 32.59º | 0.72% | 0.22% | - |
| HSV(B) | 32.59º | 0.84% | 0.38% | - |
| XYZ | 6.64 | 5.81 | 1.26 | - |
| YUV | 66.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 16 | 0 | 0.38 | 0.84 | 0.62 | 32.59 | 0.72 | 0.22 |
| Hex | 61 | 3C | 10 | 0 | 26 | 54 | 3E | 21 | 48 | 16 |
| Octal | 141 | 74 | 20 | 0 | 46 | 124 | 76 | 41 | 110 | 26 |
| Binary | 1100001 | 111100 | 10000 | 0 | 100110 | 1010100 | 111110 | 100001 | 1001000 | 10110 |
Color Harmonies of #613C10
Complementary color
Monochromatic Colors of #613C10
Black with #613C10
Text Example
Text Example
White with #613C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C10; }
p { color: rgb(97,60,16); }
H1.HeaderClassName
{
color: #613C10;
}
.AnyTagClassName
{
color: #613C10;
}
</style>
background-color css
<style>
a { background-color: #613C10; }
a { background-color: rgb(97,60,16); }
div.DivClassName
{
background-color: #613C10;
}
.BgClassName
{
background-color: #613C10;
}
</style>
border-color css
<style>
span { border-color: #613C10; }
span { border-color: rgb(97,60,16); }
td.TdClassName
{
border-color: #613C10;
}
.TagClassName
{
border-color: #613C10;
}
</style>