Shades of Chocolate #E6681B
Tints of Chocolate #E6681B
RGB
CMYK
RGB Variations
Color information
#E6681B (or 0xE6681B) is known color: Chocolate. HEX triplet: E6, 68 and 1B. RGB value is (230,104,27). Sum of RGB (Red+Green+Blue) = 230+104+27=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6681B is #1997E4. Grayscale: #858585. Windows color (decimal): -1677285 or 1796326. OLE color: 1796326.
HSL color Cylindrical-coordinate representation of color #E6681B: hue angle of 22.76º 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 #E6681B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 27 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.10 |
| HSL | 22.76º | 0.8% | 0.5% | - |
| HSV(B) | 22.76º | 0.88% | 0.9% | - |
| XYZ | 37.78 | 26.8 | 4.22 | - |
| YUV | 132.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 27 | 0 | 0.55 | 0.88 | 0.10 | 22.76 | 0.8 | 0.5 |
| Hex | E6 | 68 | 1B | 0 | 37 | 58 | A | 17 | 50 | 32 |
| Octal | 346 | 150 | 33 | 0 | 67 | 130 | 12 | 27 | 120 | 62 |
| Binary | 11100110 | 1101000 | 11011 | 0 | 110111 | 1011000 | 1010 | 10111 | 1010000 | 110010 |
Color Harmonies of #E6681B
Complementary color
Monochromatic Colors of #E6681B
Black with #E6681B
Text Example
Text Example
White with #E6681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6681B; }
p { color: rgb(230,104,27); }
H1.HeaderClassName
{
color: #E6681B;
}
.AnyTagClassName
{
color: #E6681B;
}
</style>
background-color css
<style>
a { background-color: #E6681B; }
a { background-color: rgb(230,104,27); }
div.DivClassName
{
background-color: #E6681B;
}
.BgClassName
{
background-color: #E6681B;
}
</style>
border-color css
<style>
span { border-color: #E6681B; }
span { border-color: rgb(230,104,27); }
td.TdClassName
{
border-color: #E6681B;
}
.TagClassName
{
border-color: #E6681B;
}
</style>