Shades of Baker's Chocolate #611A00
Tints of Baker's Chocolate #611A00
RGB
CMYK
RGB Variations
Color information
#611A00 (or 0x611A00) is known color: Baker's Chocolate. HEX triplet: 61, 1A and 00. RGB value is (97,26,0). Sum of RGB (Red+Green+Blue) = 97+26+0=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #611A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A00 is #9EE5FF. Grayscale: #2C2C2C. Windows color (decimal): -10413568 or 6753. OLE color: 6753.
HSL color Cylindrical-coordinate representation of color #611A00: hue angle of 16.08º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #611A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.62 |
| HSL | 16.08º | 1% | 0.19% | - |
| HSV(B) | 16.08º | 1% | 0.38% | - |
| XYZ | 5.3 | 3.28 | 0.35 | - |
| YUV | 44.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 0 | 0 | 0.73 | 1 | 0.62 | 16.08 | 1 | 0.19 |
| Hex | 61 | 1A | 0 | 0 | 49 | 64 | 3E | 10 | 64 | 13 |
| Octal | 141 | 32 | 0 | 0 | 111 | 144 | 76 | 20 | 144 | 23 |
| Binary | 1100001 | 11010 | 0 | 0 | 1001001 | 1100100 | 111110 | 10000 | 1100100 | 10011 |
Color Harmonies of #611A00
Complementary color
Monochromatic Colors of #611A00
Black with #611A00
Text Example
Text Example
White with #611A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A00; }
p { color: rgb(97,26,0); }
H1.HeaderClassName
{
color: #611A00;
}
.AnyTagClassName
{
color: #611A00;
}
</style>
background-color css
<style>
a { background-color: #611A00; }
a { background-color: rgb(97,26,0); }
div.DivClassName
{
background-color: #611A00;
}
.BgClassName
{
background-color: #611A00;
}
</style>
border-color css
<style>
span { border-color: #611A00; }
span { border-color: rgb(97,26,0); }
td.TdClassName
{
border-color: #611A00;
}
.TagClassName
{
border-color: #611A00;
}
</style>