Shades of Baker's Chocolate #611B03
Tints of Baker's Chocolate #611B03
RGB
CMYK
RGB Variations
Color information
#611B03 (or 0x611B03) is known color: Baker's Chocolate. HEX triplet: 61, 1B and 03. RGB value is (97,27,3). Sum of RGB (Red+Green+Blue) = 97+27+3=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B03 is #9EE4FC. Grayscale: #2D2D2D. Windows color (decimal): -10413309 or 203617. OLE color: 203617.
HSL color Cylindrical-coordinate representation of color #611B03: hue angle of 15.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #611B03 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 3 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.62 |
| HSL | 15.32º | 0.94% | 0.2% | - |
| HSV(B) | 15.32º | 0.97% | 0.38% | - |
| XYZ | 5.34 | 3.33 | 0.45 | - |
| YUV | 45.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 3 | 0 | 0.72 | 0.97 | 0.62 | 15.32 | 0.94 | 0.2 |
| Hex | 61 | 1B | 3 | 0 | 48 | 61 | 3E | F | 5E | 14 |
| Octal | 141 | 33 | 3 | 0 | 110 | 141 | 76 | 17 | 136 | 24 |
| Binary | 1100001 | 11011 | 11 | 0 | 1001000 | 1100001 | 111110 | 1111 | 1011110 | 10100 |
Color Harmonies of #611B03
Complementary color
Monochromatic Colors of #611B03
Black with #611B03
Text Example
Text Example
White with #611B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B03; }
p { color: rgb(97,27,3); }
H1.HeaderClassName
{
color: #611B03;
}
.AnyTagClassName
{
color: #611B03;
}
</style>
background-color css
<style>
a { background-color: #611B03; }
a { background-color: rgb(97,27,3); }
div.DivClassName
{
background-color: #611B03;
}
.BgClassName
{
background-color: #611B03;
}
</style>
border-color css
<style>
span { border-color: #611B03; }
span { border-color: rgb(97,27,3); }
td.TdClassName
{
border-color: #611B03;
}
.TagClassName
{
border-color: #611B03;
}
</style>