Shades of Baker's Chocolate #612E03
Tints of Baker's Chocolate #612E03
RGB
CMYK
RGB Variations
Color information
#612E03 (or 0x612E03) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 03. RGB value is (97,46,3). Sum of RGB (Red+Green+Blue) = 97+46+3=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #612E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E03 is #9ED1FC. Grayscale: #383838. Windows color (decimal): -10408445 or 208481. OLE color: 208481.
HSL color Cylindrical-coordinate representation of color #612E03: hue angle of 27.45º 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 #612E03 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 3 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.62 |
| HSL | 27.45º | 0.94% | 0.2% | - |
| HSV(B) | 27.45º | 0.97% | 0.38% | - |
| XYZ | 5.92 | 4.5 | 0.64 | - |
| YUV | 56.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 3 | 0 | 0.53 | 0.97 | 0.62 | 27.45 | 0.94 | 0.2 |
| Hex | 61 | 2E | 3 | 0 | 35 | 61 | 3E | 1B | 5E | 14 |
| Octal | 141 | 56 | 3 | 0 | 65 | 141 | 76 | 33 | 136 | 24 |
| Binary | 1100001 | 101110 | 11 | 0 | 110101 | 1100001 | 111110 | 11011 | 1011110 | 10100 |
Color Harmonies of #612E03
Complementary color
Monochromatic Colors of #612E03
Black with #612E03
Text Example
Text Example
White with #612E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E03; }
p { color: rgb(97,46,3); }
H1.HeaderClassName
{
color: #612E03;
}
.AnyTagClassName
{
color: #612E03;
}
</style>
background-color css
<style>
a { background-color: #612E03; }
a { background-color: rgb(97,46,3); }
div.DivClassName
{
background-color: #612E03;
}
.BgClassName
{
background-color: #612E03;
}
</style>
border-color css
<style>
span { border-color: #612E03; }
span { border-color: rgb(97,46,3); }
td.TdClassName
{
border-color: #612E03;
}
.TagClassName
{
border-color: #612E03;
}
</style>