Shades of Baker's Chocolate #612001
Tints of Baker's Chocolate #612001
RGB
CMYK
RGB Variations
Color information
#612001 (or 0x612001) is known color: Baker's Chocolate. HEX triplet: 61, 20 and 01. RGB value is (97,32,1). Sum of RGB (Red+Green+Blue) = 97+32+1=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #612001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612001 is #9EDFFE. Grayscale: #303030. Windows color (decimal): -10412031 or 73825. OLE color: 73825.
HSL color Cylindrical-coordinate representation of color #612001: hue angle of 19.38º 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 #612001 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.62 |
| HSL | 19.38º | 0.98% | 0.19% | - |
| HSV(B) | 19.38º | 0.99% | 0.38% | - |
| XYZ | 5.45 | 3.58 | 0.43 | - |
| YUV | 47.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 1 | 0 | 0.67 | 0.99 | 0.62 | 19.38 | 0.98 | 0.19 |
| Hex | 61 | 20 | 1 | 0 | 43 | 63 | 3E | 13 | 62 | 13 |
| Octal | 141 | 40 | 1 | 0 | 103 | 143 | 76 | 23 | 142 | 23 |
| Binary | 1100001 | 100000 | 1 | 0 | 1000011 | 1100011 | 111110 | 10011 | 1100010 | 10011 |
Color Harmonies of #612001
Complementary color
Monochromatic Colors of #612001
Black with #612001
Text Example
Text Example
White with #612001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612001; }
p { color: rgb(97,32,1); }
H1.HeaderClassName
{
color: #612001;
}
.AnyTagClassName
{
color: #612001;
}
</style>
background-color css
<style>
a { background-color: #612001; }
a { background-color: rgb(97,32,1); }
div.DivClassName
{
background-color: #612001;
}
.BgClassName
{
background-color: #612001;
}
</style>
border-color css
<style>
span { border-color: #612001; }
span { border-color: rgb(97,32,1); }
td.TdClassName
{
border-color: #612001;
}
.TagClassName
{
border-color: #612001;
}
</style>