Shades of Baker's Chocolate #612C04
Tints of Baker's Chocolate #612C04
RGB
CMYK
RGB Variations
Color information
#612C04 (or 0x612C04) is known color: Baker's Chocolate. HEX triplet: 61, 2C and 04. RGB value is (97,44,4). Sum of RGB (Red+Green+Blue) = 97+44+4=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C04 is #9ED3FB. Grayscale: #373737. Windows color (decimal): -10408956 or 273505. OLE color: 273505.
HSL color Cylindrical-coordinate representation of color #612C04: hue angle of 25.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #612C04 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 4 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.62 |
| HSL | 25.81º | 0.92% | 0.2% | - |
| HSV(B) | 25.81º | 0.96% | 0.38% | - |
| XYZ | 5.85 | 4.35 | 0.65 | - |
| YUV | 55.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 4 | 0 | 0.55 | 0.96 | 0.62 | 25.81 | 0.92 | 0.2 |
| Hex | 61 | 2C | 4 | 0 | 37 | 60 | 3E | 1A | 5C | 14 |
| Octal | 141 | 54 | 4 | 0 | 67 | 140 | 76 | 32 | 134 | 24 |
| Binary | 1100001 | 101100 | 100 | 0 | 110111 | 1100000 | 111110 | 11010 | 1011100 | 10100 |
Color Harmonies of #612C04
Complementary color
Monochromatic Colors of #612C04
Black with #612C04
Text Example
Text Example
White with #612C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C04; }
p { color: rgb(97,44,4); }
H1.HeaderClassName
{
color: #612C04;
}
.AnyTagClassName
{
color: #612C04;
}
</style>
background-color css
<style>
a { background-color: #612C04; }
a { background-color: rgb(97,44,4); }
div.DivClassName
{
background-color: #612C04;
}
.BgClassName
{
background-color: #612C04;
}
</style>
border-color css
<style>
span { border-color: #612C04; }
span { border-color: rgb(97,44,4); }
td.TdClassName
{
border-color: #612C04;
}
.TagClassName
{
border-color: #612C04;
}
</style>