Shades of Baker's Chocolate #612D03
Tints of Baker's Chocolate #612D03
RGB
CMYK
RGB Variations
Color information
#612D03 (or 0x612D03) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 03. RGB value is (97,45,3). Sum of RGB (Red+Green+Blue) = 97+45+3=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D03 is #9ED2FC. Grayscale: #373737. Windows color (decimal): -10408701 or 208225. OLE color: 208225.
HSL color Cylindrical-coordinate representation of color #612D03: hue angle of 26.81º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #612D03 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.62 |
| HSL | 26.81º | 0.94% | 0.2% | - |
| HSV(B) | 26.81º | 0.97% | 0.38% | - |
| XYZ | 5.88 | 4.42 | 0.63 | - |
| YUV | 55.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 3 | 0 | 0.54 | 0.97 | 0.62 | 26.81 | 0.94 | 0.2 |
| Hex | 61 | 2D | 3 | 0 | 36 | 61 | 3E | 1B | 5E | 14 |
| Octal | 141 | 55 | 3 | 0 | 66 | 141 | 76 | 33 | 136 | 24 |
| Binary | 1100001 | 101101 | 11 | 0 | 110110 | 1100001 | 111110 | 11011 | 1011110 | 10100 |
Color Harmonies of #612D03
Complementary color
Monochromatic Colors of #612D03
Black with #612D03
Text Example
Text Example
White with #612D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D03; }
p { color: rgb(97,45,3); }
H1.HeaderClassName
{
color: #612D03;
}
.AnyTagClassName
{
color: #612D03;
}
</style>
background-color css
<style>
a { background-color: #612D03; }
a { background-color: rgb(97,45,3); }
div.DivClassName
{
background-color: #612D03;
}
.BgClassName
{
background-color: #612D03;
}
</style>
border-color css
<style>
span { border-color: #612D03; }
span { border-color: rgb(97,45,3); }
td.TdClassName
{
border-color: #612D03;
}
.TagClassName
{
border-color: #612D03;
}
</style>