Shades of Baker's Chocolate #611D04
Tints of Baker's Chocolate #611D04
RGB
CMYK
RGB Variations
Color information
#611D04 (or 0x611D04) is known color: Baker's Chocolate. HEX triplet: 61, 1D and 04. RGB value is (97,29,4). Sum of RGB (Red+Green+Blue) = 97+29+4=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D04 is #9EE2FB. Grayscale: #2E2E2E. Windows color (decimal): -10412796 or 269665. OLE color: 269665.
HSL color Cylindrical-coordinate representation of color #611D04: hue angle of 16.13º 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 #611D04 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 4 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.62 |
| HSL | 16.13º | 0.92% | 0.2% | - |
| HSV(B) | 16.13º | 0.96% | 0.38% | - |
| XYZ | 5.39 | 3.43 | 0.49 | - |
| YUV | 46.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 4 | 0 | 0.70 | 0.96 | 0.62 | 16.13 | 0.92 | 0.2 |
| Hex | 61 | 1D | 4 | 0 | 46 | 60 | 3E | 10 | 5C | 14 |
| Octal | 141 | 35 | 4 | 0 | 106 | 140 | 76 | 20 | 134 | 24 |
| Binary | 1100001 | 11101 | 100 | 0 | 1000110 | 1100000 | 111110 | 10000 | 1011100 | 10100 |
Color Harmonies of #611D04
Complementary color
Monochromatic Colors of #611D04
Black with #611D04
Text Example
Text Example
White with #611D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D04; }
p { color: rgb(97,29,4); }
H1.HeaderClassName
{
color: #611D04;
}
.AnyTagClassName
{
color: #611D04;
}
</style>
background-color css
<style>
a { background-color: #611D04; }
a { background-color: rgb(97,29,4); }
div.DivClassName
{
background-color: #611D04;
}
.BgClassName
{
background-color: #611D04;
}
</style>
border-color css
<style>
span { border-color: #611D04; }
span { border-color: rgb(97,29,4); }
td.TdClassName
{
border-color: #611D04;
}
.TagClassName
{
border-color: #611D04;
}
</style>