Shades of Baker's Chocolate #611E01
Tints of Baker's Chocolate #611E01
RGB
CMYK
RGB Variations
Color information
#611E01 (or 0x611E01) is known color: Baker's Chocolate. HEX triplet: 61, 1E and 01. RGB value is (97,30,1). Sum of RGB (Red+Green+Blue) = 97+30+1=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #611E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E01 is #9EE1FE. Grayscale: #2E2E2E. Windows color (decimal): -10412543 or 73313. OLE color: 73313.
HSL color Cylindrical-coordinate representation of color #611E01: hue angle of 18.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 #611E01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.62 |
| HSL | 18.13º | 0.98% | 0.19% | - |
| HSV(B) | 18.13º | 0.99% | 0.38% | - |
| XYZ | 5.4 | 3.47 | 0.41 | - |
| YUV | 46.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 1 | 0 | 0.69 | 0.99 | 0.62 | 18.13 | 0.98 | 0.19 |
| Hex | 61 | 1E | 1 | 0 | 45 | 63 | 3E | 12 | 62 | 13 |
| Octal | 141 | 36 | 1 | 0 | 105 | 143 | 76 | 22 | 142 | 23 |
| Binary | 1100001 | 11110 | 1 | 0 | 1000101 | 1100011 | 111110 | 10010 | 1100010 | 10011 |
Color Harmonies of #611E01
Complementary color
Monochromatic Colors of #611E01
Black with #611E01
Text Example
Text Example
White with #611E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E01; }
p { color: rgb(97,30,1); }
H1.HeaderClassName
{
color: #611E01;
}
.AnyTagClassName
{
color: #611E01;
}
</style>
background-color css
<style>
a { background-color: #611E01; }
a { background-color: rgb(97,30,1); }
div.DivClassName
{
background-color: #611E01;
}
.BgClassName
{
background-color: #611E01;
}
</style>
border-color css
<style>
span { border-color: #611E01; }
span { border-color: rgb(97,30,1); }
td.TdClassName
{
border-color: #611E01;
}
.TagClassName
{
border-color: #611E01;
}
</style>