Shades of Baker's Chocolate #612E01
Tints of Baker's Chocolate #612E01
RGB
CMYK
RGB Variations
Color information
#612E01 (or 0x612E01) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 01. RGB value is (97,46,1). Sum of RGB (Red+Green+Blue) = 97+46+1=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #612E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E01 is #9ED1FE. Grayscale: #383838. Windows color (decimal): -10408447 or 77409. OLE color: 77409.
HSL color Cylindrical-coordinate representation of color #612E01: hue angle of 28.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #612E01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.62 |
| HSL | 28.13º | 0.98% | 0.19% | - |
| HSV(B) | 28.13º | 0.99% | 0.38% | - |
| XYZ | 5.91 | 4.5 | 0.59 | - |
| YUV | 56.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 1 | 0 | 0.53 | 0.99 | 0.62 | 28.13 | 0.98 | 0.19 |
| Hex | 61 | 2E | 1 | 0 | 35 | 63 | 3E | 1C | 62 | 13 |
| Octal | 141 | 56 | 1 | 0 | 65 | 143 | 76 | 34 | 142 | 23 |
| Binary | 1100001 | 101110 | 1 | 0 | 110101 | 1100011 | 111110 | 11100 | 1100010 | 10011 |
Color Harmonies of #612E01
Complementary color
Monochromatic Colors of #612E01
Black with #612E01
Text Example
Text Example
White with #612E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E01; }
p { color: rgb(97,46,1); }
H1.HeaderClassName
{
color: #612E01;
}
.AnyTagClassName
{
color: #612E01;
}
</style>
background-color css
<style>
a { background-color: #612E01; }
a { background-color: rgb(97,46,1); }
div.DivClassName
{
background-color: #612E01;
}
.BgClassName
{
background-color: #612E01;
}
</style>
border-color css
<style>
span { border-color: #612E01; }
span { border-color: rgb(97,46,1); }
td.TdClassName
{
border-color: #612E01;
}
.TagClassName
{
border-color: #612E01;
}
</style>