Shades of Baker's Chocolate #612F15
Tints of Baker's Chocolate #612F15
RGB
CMYK
RGB Variations
Color information
#612F15 (or 0x612F15) is known color: Baker's Chocolate. HEX triplet: 61, 2F and 15. RGB value is (97,47,21). Sum of RGB (Red+Green+Blue) = 97+47+21=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F15 is #9ED0EA. Grayscale: #3B3B3B. Windows color (decimal): -10408171 or 1388385. OLE color: 1388385.
HSL color Cylindrical-coordinate representation of color #612F15: hue angle of 20.53º 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 #612F15 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 21 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.62 |
| HSL | 20.53º | 0.64% | 0.23% | - |
| HSV(B) | 20.53º | 0.78% | 0.38% | - |
| XYZ | 6.08 | 4.63 | 1.28 | - |
| YUV | 58.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 21 | 0 | 0.52 | 0.78 | 0.62 | 20.53 | 0.64 | 0.23 |
| Hex | 61 | 2F | 15 | 0 | 34 | 4E | 3E | 15 | 40 | 17 |
| Octal | 141 | 57 | 25 | 0 | 64 | 116 | 76 | 25 | 100 | 27 |
| Binary | 1100001 | 101111 | 10101 | 0 | 110100 | 1001110 | 111110 | 10101 | 1000000 | 10111 |
Color Harmonies of #612F15
Complementary color
Monochromatic Colors of #612F15
Black with #612F15
Text Example
Text Example
White with #612F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F15; }
p { color: rgb(97,47,21); }
H1.HeaderClassName
{
color: #612F15;
}
.AnyTagClassName
{
color: #612F15;
}
</style>
background-color css
<style>
a { background-color: #612F15; }
a { background-color: rgb(97,47,21); }
div.DivClassName
{
background-color: #612F15;
}
.BgClassName
{
background-color: #612F15;
}
</style>
border-color css
<style>
span { border-color: #612F15; }
span { border-color: rgb(97,47,21); }
td.TdClassName
{
border-color: #612F15;
}
.TagClassName
{
border-color: #612F15;
}
</style>