Shades of Chocolate #E6671A
Tints of Chocolate #E6671A
RGB
CMYK
RGB Variations
Color information
#E6671A (or 0xE6671A) is known color: Chocolate. HEX triplet: E6, 67 and 1A. RGB value is (230,103,26). Sum of RGB (Red+Green+Blue) = 230+103+26=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6671A is #1998E5. Grayscale: #848484. Windows color (decimal): -1677542 or 1730534. OLE color: 1730534.
HSL color Cylindrical-coordinate representation of color #E6671A: hue angle of 22.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6671A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 26 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.10 |
| HSL | 22.65º | 0.8% | 0.5% | - |
| HSV(B) | 22.65º | 0.89% | 0.9% | - |
| XYZ | 37.67 | 26.6 | 4.13 | - |
| YUV | 132.2 | 68.08 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 26 | 0 | 0.55 | 0.89 | 0.10 | 22.65 | 0.8 | 0.5 |
| Hex | E6 | 67 | 1A | 0 | 37 | 59 | A | 17 | 50 | 32 |
| Octal | 346 | 147 | 32 | 0 | 67 | 131 | 12 | 27 | 120 | 62 |
| Binary | 11100110 | 1100111 | 11010 | 0 | 110111 | 1011001 | 1010 | 10111 | 1010000 | 110010 |
Color Harmonies of #E6671A
Complementary color
Monochromatic Colors of #E6671A
Black with #E6671A
Text Example
Text Example
White with #E6671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6671A; }
p { color: rgb(230,103,26); }
H1.HeaderClassName
{
color: #E6671A;
}
.AnyTagClassName
{
color: #E6671A;
}
</style>
background-color css
<style>
a { background-color: #E6671A; }
a { background-color: rgb(230,103,26); }
div.DivClassName
{
background-color: #E6671A;
}
.BgClassName
{
background-color: #E6671A;
}
</style>
border-color css
<style>
span { border-color: #E6671A; }
span { border-color: rgb(230,103,26); }
td.TdClassName
{
border-color: #E6671A;
}
.TagClassName
{
border-color: #E6671A;
}
</style>