Shades of Chocolate #E6611B
Tints of Chocolate #E6611B
RGB
CMYK
RGB Variations
Color information
#E6611B (or 0xE6611B) is known color: Chocolate. HEX triplet: E6, 61 and 1B. RGB value is (230,97,27). Sum of RGB (Red+Green+Blue) = 230+97+27=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6611B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6611B is #199EE4. Grayscale: #818181. Windows color (decimal): -1679077 or 1794534. OLE color: 1794534.
HSL color Cylindrical-coordinate representation of color #E6611B: hue angle of 20.69º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6611B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 27 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.10 |
| HSL | 20.69º | 0.8% | 0.5% | - |
| HSV(B) | 20.69º | 0.88% | 0.9% | - |
| XYZ | 37.11 | 25.45 | 3.99 | - |
| YUV | 128.79 | 70.56 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 27 | 0 | 0.58 | 0.88 | 0.10 | 20.69 | 0.8 | 0.5 |
| Hex | E6 | 61 | 1B | 0 | 3A | 58 | A | 15 | 50 | 32 |
| Octal | 346 | 141 | 33 | 0 | 72 | 130 | 12 | 25 | 120 | 62 |
| Binary | 11100110 | 1100001 | 11011 | 0 | 111010 | 1011000 | 1010 | 10101 | 1010000 | 110010 |
Color Harmonies of #E6611B
Complementary color
Monochromatic Colors of #E6611B
Black with #E6611B
Text Example
Text Example
White with #E6611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6611B; }
p { color: rgb(230,97,27); }
H1.HeaderClassName
{
color: #E6611B;
}
.AnyTagClassName
{
color: #E6611B;
}
</style>
background-color css
<style>
a { background-color: #E6611B; }
a { background-color: rgb(230,97,27); }
div.DivClassName
{
background-color: #E6611B;
}
.BgClassName
{
background-color: #E6611B;
}
</style>
border-color css
<style>
span { border-color: #E6611B; }
span { border-color: rgb(230,97,27); }
td.TdClassName
{
border-color: #E6611B;
}
.TagClassName
{
border-color: #E6611B;
}
</style>