Shades of Chocolate #E7661B
Tints of Chocolate #E7661B
RGB
CMYK
RGB Variations
Color information
#E7661B (or 0xE7661B) is known color: Chocolate. HEX triplet: E7, 66 and 1B. RGB value is (231,102,27). Sum of RGB (Red+Green+Blue) = 231+102+27=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7661B is #1899E4. Grayscale: #848484. Windows color (decimal): -1612261 or 1795815. OLE color: 1795815.
HSL color Cylindrical-coordinate representation of color #E7661B: hue angle of 22.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7661B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.09 |
| HSL | 22.06º | 0.81% | 0.51% | - |
| HSV(B) | 22.06º | 0.88% | 0.91% | - |
| XYZ | 37.9 | 26.57 | 4.17 | - |
| YUV | 132.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 27 | 0 | 0.56 | 0.88 | 0.09 | 22.06 | 0.81 | 0.51 |
| Hex | E7 | 66 | 1B | 0 | 38 | 58 | 9 | 16 | 51 | 33 |
| Octal | 347 | 146 | 33 | 0 | 70 | 130 | 11 | 26 | 121 | 63 |
| Binary | 11100111 | 1100110 | 11011 | 0 | 111000 | 1011000 | 1001 | 10110 | 1010001 | 110011 |
Color Harmonies of #E7661B
Complementary color
Monochromatic Colors of #E7661B
Black with #E7661B
Text Example
Text Example
White with #E7661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7661B; }
p { color: rgb(231,102,27); }
H1.HeaderClassName
{
color: #E7661B;
}
.AnyTagClassName
{
color: #E7661B;
}
</style>
background-color css
<style>
a { background-color: #E7661B; }
a { background-color: rgb(231,102,27); }
div.DivClassName
{
background-color: #E7661B;
}
.BgClassName
{
background-color: #E7661B;
}
</style>
border-color css
<style>
span { border-color: #E7661B; }
span { border-color: rgb(231,102,27); }
td.TdClassName
{
border-color: #E7661B;
}
.TagClassName
{
border-color: #E7661B;
}
</style>