Shades of Chocolate #E6601B
Tints of Chocolate #E6601B
RGB
CMYK
RGB Variations
Color information
#E6601B (or 0xE6601B) is known color: Chocolate. HEX triplet: E6, 60 and 1B. RGB value is (230,96,27). Sum of RGB (Red+Green+Blue) = 230+96+27=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6601B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6601B is #199FE4. Grayscale: #808080. Windows color (decimal): -1679333 or 1794278. OLE color: 1794278.
HSL color Cylindrical-coordinate representation of color #E6601B: hue angle of 20.39º 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 #E6601B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 27 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.10 |
| HSL | 20.39º | 0.8% | 0.5% | - |
| HSV(B) | 20.39º | 0.88% | 0.9% | - |
| XYZ | 37.01 | 25.27 | 3.96 | - |
| YUV | 128.2 | 70.89 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 27 | 0 | 0.58 | 0.88 | 0.10 | 20.39 | 0.8 | 0.5 |
| Hex | E6 | 60 | 1B | 0 | 3A | 58 | A | 14 | 50 | 32 |
| Octal | 346 | 140 | 33 | 0 | 72 | 130 | 12 | 24 | 120 | 62 |
| Binary | 11100110 | 1100000 | 11011 | 0 | 111010 | 1011000 | 1010 | 10100 | 1010000 | 110010 |
Color Harmonies of #E6601B
Complementary color
Monochromatic Colors of #E6601B
Black with #E6601B
Text Example
Text Example
White with #E6601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6601B; }
p { color: rgb(230,96,27); }
H1.HeaderClassName
{
color: #E6601B;
}
.AnyTagClassName
{
color: #E6601B;
}
</style>
background-color css
<style>
a { background-color: #E6601B; }
a { background-color: rgb(230,96,27); }
div.DivClassName
{
background-color: #E6601B;
}
.BgClassName
{
background-color: #E6601B;
}
</style>
border-color css
<style>
span { border-color: #E6601B; }
span { border-color: rgb(230,96,27); }
td.TdClassName
{
border-color: #E6601B;
}
.TagClassName
{
border-color: #E6601B;
}
</style>