Shades of Baker's Chocolate #612D01
Tints of Baker's Chocolate #612D01
RGB
CMYK
RGB Variations
Color information
#612D01 (or 0x612D01) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 01. RGB value is (97,45,1). Sum of RGB (Red+Green+Blue) = 97+45+1=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D01 is #9ED2FE. Grayscale: #373737. Windows color (decimal): -10408703 or 77153. OLE color: 77153.
HSL color Cylindrical-coordinate representation of color #612D01: hue angle of 27.5º 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 #612D01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.62 |
| HSL | 27.5º | 0.98% | 0.19% | - |
| HSV(B) | 27.5º | 0.99% | 0.38% | - |
| XYZ | 5.87 | 4.42 | 0.57 | - |
| YUV | 55.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 1 | 0 | 0.54 | 0.99 | 0.62 | 27.5 | 0.98 | 0.19 |
| Hex | 61 | 2D | 1 | 0 | 36 | 63 | 3E | 1C | 62 | 13 |
| Octal | 141 | 55 | 1 | 0 | 66 | 143 | 76 | 34 | 142 | 23 |
| Binary | 1100001 | 101101 | 1 | 0 | 110110 | 1100011 | 111110 | 11100 | 1100010 | 10011 |
Color Harmonies of #612D01
Complementary color
Monochromatic Colors of #612D01
Black with #612D01
Text Example
Text Example
White with #612D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D01; }
p { color: rgb(97,45,1); }
H1.HeaderClassName
{
color: #612D01;
}
.AnyTagClassName
{
color: #612D01;
}
</style>
background-color css
<style>
a { background-color: #612D01; }
a { background-color: rgb(97,45,1); }
div.DivClassName
{
background-color: #612D01;
}
.BgClassName
{
background-color: #612D01;
}
</style>
border-color css
<style>
span { border-color: #612D01; }
span { border-color: rgb(97,45,1); }
td.TdClassName
{
border-color: #612D01;
}
.TagClassName
{
border-color: #612D01;
}
</style>