Shades of Baker's Chocolate #612C03
Tints of Baker's Chocolate #612C03
RGB
CMYK
RGB Variations
Color information
#612C03 (or 0x612C03) is known color: Baker's Chocolate. HEX triplet: 61, 2C and 03. RGB value is (97,44,3). Sum of RGB (Red+Green+Blue) = 97+44+3=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #612C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C03 is #9ED3FC. Grayscale: #373737. Windows color (decimal): -10408957 or 207969. OLE color: 207969.
HSL color Cylindrical-coordinate representation of color #612C03: hue angle of 26.17º 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 #612C03 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 3 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.62 |
| HSL | 26.17º | 0.94% | 0.2% | - |
| HSV(B) | 26.17º | 0.97% | 0.38% | - |
| XYZ | 5.85 | 4.35 | 0.62 | - |
| YUV | 55.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 3 | 0 | 0.55 | 0.97 | 0.62 | 26.17 | 0.94 | 0.2 |
| Hex | 61 | 2C | 3 | 0 | 37 | 61 | 3E | 1A | 5E | 14 |
| Octal | 141 | 54 | 3 | 0 | 67 | 141 | 76 | 32 | 136 | 24 |
| Binary | 1100001 | 101100 | 11 | 0 | 110111 | 1100001 | 111110 | 11010 | 1011110 | 10100 |
Color Harmonies of #612C03
Complementary color
Monochromatic Colors of #612C03
Black with #612C03
Text Example
Text Example
White with #612C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C03; }
p { color: rgb(97,44,3); }
H1.HeaderClassName
{
color: #612C03;
}
.AnyTagClassName
{
color: #612C03;
}
</style>
background-color css
<style>
a { background-color: #612C03; }
a { background-color: rgb(97,44,3); }
div.DivClassName
{
background-color: #612C03;
}
.BgClassName
{
background-color: #612C03;
}
</style>
border-color css
<style>
span { border-color: #612C03; }
span { border-color: rgb(97,44,3); }
td.TdClassName
{
border-color: #612C03;
}
.TagClassName
{
border-color: #612C03;
}
</style>