Shades of Chocolate #E6641D
Tints of Chocolate #E6641D
RGB
CMYK
RGB Variations
Color information
#E6641D (or 0xE6641D) is known color: Chocolate. HEX triplet: E6, 64 and 1D. RGB value is (230,100,29). Sum of RGB (Red+Green+Blue) = 230+100+29=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6641D is #199BE2. Grayscale: #838383. Windows color (decimal): -1678307 or 1926374. OLE color: 1926374.
HSL color Cylindrical-coordinate representation of color #E6641D: hue angle of 21.19º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6641D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 29 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.10 |
| HSL | 21.19º | 0.8% | 0.51% | - |
| HSV(B) | 21.19º | 0.87% | 0.9% | - |
| XYZ | 37.41 | 26.03 | 4.21 | - |
| YUV | 130.78 | 70.57 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 29 | 0 | 0.57 | 0.87 | 0.10 | 21.19 | 0.8 | 0.51 |
| Hex | E6 | 64 | 1D | 0 | 39 | 57 | A | 15 | 50 | 33 |
| Octal | 346 | 144 | 35 | 0 | 71 | 127 | 12 | 25 | 120 | 63 |
| Binary | 11100110 | 1100100 | 11101 | 0 | 111001 | 1010111 | 1010 | 10101 | 1010000 | 110011 |
Color Harmonies of #E6641D
Complementary color
Monochromatic Colors of #E6641D
Black with #E6641D
Text Example
Text Example
White with #E6641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6641D; }
p { color: rgb(230,100,29); }
H1.HeaderClassName
{
color: #E6641D;
}
.AnyTagClassName
{
color: #E6641D;
}
</style>
background-color css
<style>
a { background-color: #E6641D; }
a { background-color: rgb(230,100,29); }
div.DivClassName
{
background-color: #E6641D;
}
.BgClassName
{
background-color: #E6641D;
}
</style>
border-color css
<style>
span { border-color: #E6641D; }
span { border-color: rgb(230,100,29); }
td.TdClassName
{
border-color: #E6641D;
}
.TagClassName
{
border-color: #E6641D;
}
</style>