Shades of Baker's Chocolate #611E05
Tints of Baker's Chocolate #611E05
RGB
CMYK
RGB Variations
Color information
#611E05 (or 0x611E05) is known color: Baker's Chocolate. HEX triplet: 61, 1E and 05. RGB value is (97,30,5). Sum of RGB (Red+Green+Blue) = 97+30+5=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #611E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E05 is #9EE1FA. Grayscale: #2F2F2F. Windows color (decimal): -10412539 or 335457. OLE color: 335457.
HSL color Cylindrical-coordinate representation of color #611E05: hue angle of 16.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #611E05 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 5 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.62 |
| HSL | 16.3º | 0.9% | 0.2% | - |
| HSV(B) | 16.3º | 0.95% | 0.38% | - |
| XYZ | 5.42 | 3.48 | 0.53 | - |
| YUV | 47.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 5 | 0 | 0.69 | 0.95 | 0.62 | 16.3 | 0.9 | 0.2 |
| Hex | 61 | 1E | 5 | 0 | 45 | 5F | 3E | 10 | 5A | 14 |
| Octal | 141 | 36 | 5 | 0 | 105 | 137 | 76 | 20 | 132 | 24 |
| Binary | 1100001 | 11110 | 101 | 0 | 1000101 | 1011111 | 111110 | 10000 | 1011010 | 10100 |
Color Harmonies of #611E05
Complementary color
Monochromatic Colors of #611E05
Black with #611E05
Text Example
Text Example
White with #611E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E05; }
p { color: rgb(97,30,5); }
H1.HeaderClassName
{
color: #611E05;
}
.AnyTagClassName
{
color: #611E05;
}
</style>
background-color css
<style>
a { background-color: #611E05; }
a { background-color: rgb(97,30,5); }
div.DivClassName
{
background-color: #611E05;
}
.BgClassName
{
background-color: #611E05;
}
</style>
border-color css
<style>
span { border-color: #611E05; }
span { border-color: rgb(97,30,5); }
td.TdClassName
{
border-color: #611E05;
}
.TagClassName
{
border-color: #611E05;
}
</style>