Shades of Baker's Chocolate #612B15
Tints of Baker's Chocolate #612B15
RGB
CMYK
RGB Variations
Color information
#612B15 (or 0x612B15) is known color: Baker's Chocolate. HEX triplet: 61, 2B and 15. RGB value is (97,43,21). Sum of RGB (Red+Green+Blue) = 97+43+21=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B15 is #9ED4EA. Grayscale: #383838. Windows color (decimal): -10409195 or 1387361. OLE color: 1387361.
HSL color Cylindrical-coordinate representation of color #612B15: hue angle of 17.37º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612B15 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 21 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.62 |
| HSL | 17.37º | 0.64% | 0.23% | - |
| HSV(B) | 17.37º | 0.78% | 0.38% | - |
| XYZ | 5.93 | 4.32 | 1.23 | - |
| YUV | 56.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 21 | 0 | 0.56 | 0.78 | 0.62 | 17.37 | 0.64 | 0.23 |
| Hex | 61 | 2B | 15 | 0 | 38 | 4E | 3E | 11 | 40 | 17 |
| Octal | 141 | 53 | 25 | 0 | 70 | 116 | 76 | 21 | 100 | 27 |
| Binary | 1100001 | 101011 | 10101 | 0 | 111000 | 1001110 | 111110 | 10001 | 1000000 | 10111 |
Color Harmonies of #612B15
Complementary color
Monochromatic Colors of #612B15
Black with #612B15
Text Example
Text Example
White with #612B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B15; }
p { color: rgb(97,43,21); }
H1.HeaderClassName
{
color: #612B15;
}
.AnyTagClassName
{
color: #612B15;
}
</style>
background-color css
<style>
a { background-color: #612B15; }
a { background-color: rgb(97,43,21); }
div.DivClassName
{
background-color: #612B15;
}
.BgClassName
{
background-color: #612B15;
}
</style>
border-color css
<style>
span { border-color: #612B15; }
span { border-color: rgb(97,43,21); }
td.TdClassName
{
border-color: #612B15;
}
.TagClassName
{
border-color: #612B15;
}
</style>