Shades of Chocolate #E6541F
Tints of Chocolate #E6541F
RGB
CMYK
RGB Variations
Color information
#E6541F (or 0xE6541F) is known color: Chocolate. HEX triplet: E6, 54 and 1F. RGB value is (230,84,31). Sum of RGB (Red+Green+Blue) = 230+84+31=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6541F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6541F is #19ABE0. Grayscale: #797979. Windows color (decimal): -1682401 or 2053350. OLE color: 2053350.
HSL color Cylindrical-coordinate representation of color #E6541F: hue angle of 15.98º 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 #E6541F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 31 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.10 |
| HSL | 15.98º | 0.8% | 0.51% | - |
| HSV(B) | 15.98º | 0.87% | 0.9% | - |
| XYZ | 36.05 | 23.26 | 3.89 | - |
| YUV | 121.61 | 76.87 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 31 | 0 | 0.63 | 0.87 | 0.10 | 15.98 | 0.8 | 0.51 |
| Hex | E6 | 54 | 1F | 0 | 3F | 57 | A | 10 | 50 | 33 |
| Octal | 346 | 124 | 37 | 0 | 77 | 127 | 12 | 20 | 120 | 63 |
| Binary | 11100110 | 1010100 | 11111 | 0 | 111111 | 1010111 | 1010 | 10000 | 1010000 | 110011 |
Color Harmonies of #E6541F
Complementary color
Monochromatic Colors of #E6541F
Black with #E6541F
Text Example
Text Example
White with #E6541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6541F; }
p { color: rgb(230,84,31); }
H1.HeaderClassName
{
color: #E6541F;
}
.AnyTagClassName
{
color: #E6541F;
}
</style>
background-color css
<style>
a { background-color: #E6541F; }
a { background-color: rgb(230,84,31); }
div.DivClassName
{
background-color: #E6541F;
}
.BgClassName
{
background-color: #E6541F;
}
</style>
border-color css
<style>
span { border-color: #E6541F; }
span { border-color: rgb(230,84,31); }
td.TdClassName
{
border-color: #E6541F;
}
.TagClassName
{
border-color: #E6541F;
}
</style>