Shades of Chocolate #E6621B
Tints of Chocolate #E6621B
RGB
CMYK
RGB Variations
Color information
#E6621B (or 0xE6621B) is known color: Chocolate. HEX triplet: E6, 62 and 1B. RGB value is (230,98,27). Sum of RGB (Red+Green+Blue) = 230+98+27=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6621B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6621B is #199DE4. Grayscale: #818181. Windows color (decimal): -1678821 or 1794790. OLE color: 1794790.
HSL color Cylindrical-coordinate representation of color #E6621B: hue angle of 20.99º 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 #E6621B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.10 |
| HSL | 20.99º | 0.8% | 0.5% | - |
| HSV(B) | 20.99º | 0.88% | 0.9% | - |
| XYZ | 37.2 | 25.64 | 4.02 | - |
| YUV | 129.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 27 | 0 | 0.57 | 0.88 | 0.10 | 20.99 | 0.8 | 0.5 |
| Hex | E6 | 62 | 1B | 0 | 39 | 58 | A | 15 | 50 | 32 |
| Octal | 346 | 142 | 33 | 0 | 71 | 130 | 12 | 25 | 120 | 62 |
| Binary | 11100110 | 1100010 | 11011 | 0 | 111001 | 1011000 | 1010 | 10101 | 1010000 | 110010 |
Color Harmonies of #E6621B
Complementary color
Monochromatic Colors of #E6621B
Black with #E6621B
Text Example
Text Example
White with #E6621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6621B; }
p { color: rgb(230,98,27); }
H1.HeaderClassName
{
color: #E6621B;
}
.AnyTagClassName
{
color: #E6621B;
}
</style>
background-color css
<style>
a { background-color: #E6621B; }
a { background-color: rgb(230,98,27); }
div.DivClassName
{
background-color: #E6621B;
}
.BgClassName
{
background-color: #E6621B;
}
</style>
border-color css
<style>
span { border-color: #E6621B; }
span { border-color: rgb(230,98,27); }
td.TdClassName
{
border-color: #E6621B;
}
.TagClassName
{
border-color: #E6621B;
}
</style>