Shades of Terra Cotta #E6685A
Tints of Terra Cotta #E6685A
RGB
CMYK
RGB Variations
Color information
#E6685A (or 0xE6685A) is known color: Terra Cotta. HEX triplet: E6, 68 and 5A. RGB value is (230,104,90). Sum of RGB (Red+Green+Blue) = 230+104+90=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6685A is #1997A5. Grayscale: #8C8C8C. Windows color (decimal): -1677222 or 5925094. OLE color: 5925094.
HSL color Cylindrical-coordinate representation of color #E6685A: hue angle of 6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6685A is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 90 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.10 |
| HSL | 6º | 0.74% | 0.63% | - |
| HSV(B) | 6º | 0.61% | 0.9% | - |
| XYZ | 39.43 | 27.46 | 12.9 | - |
| YUV | 140.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 90 | 0 | 0.55 | 0.61 | 0.10 | 6 | 0.74 | 0.63 |
| Hex | E6 | 68 | 5A | 0 | 37 | 3D | A | 6 | 4A | 3F |
| Octal | 346 | 150 | 132 | 0 | 67 | 75 | 12 | 6 | 112 | 77 |
| Binary | 11100110 | 1101000 | 1011010 | 0 | 110111 | 111101 | 1010 | 110 | 1001010 | 111111 |
Color Harmonies of #E6685A
Complementary color
Monochromatic Colors of #E6685A
Black with #E6685A
Text Example
Text Example
White with #E6685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6685A; }
p { color: rgb(230,104,90); }
H1.HeaderClassName
{
color: #E6685A;
}
.AnyTagClassName
{
color: #E6685A;
}
</style>
background-color css
<style>
a { background-color: #E6685A; }
a { background-color: rgb(230,104,90); }
div.DivClassName
{
background-color: #E6685A;
}
.BgClassName
{
background-color: #E6685A;
}
</style>
border-color css
<style>
span { border-color: #E6685A; }
span { border-color: rgb(230,104,90); }
td.TdClassName
{
border-color: #E6685A;
}
.TagClassName
{
border-color: #E6685A;
}
</style>