Shades of Terra Cotta #E6695D
Tints of Terra Cotta #E6695D
RGB
CMYK
RGB Variations
Color information
#E6695D (or 0xE6695D) is known color: Terra Cotta. HEX triplet: E6, 69 and 5D. RGB value is (230,105,93). Sum of RGB (Red+Green+Blue) = 230+105+93=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6695D is #1996A2. Grayscale: #8D8D8D. Windows color (decimal): -1676963 or 6121958. OLE color: 6121958.
HSL color Cylindrical-coordinate representation of color #E6695D: hue angle of 5.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6695D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 93 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.10 |
| HSL | 5.26º | 0.73% | 0.63% | - |
| HSV(B) | 5.26º | 0.6% | 0.9% | - |
| XYZ | 39.66 | 27.72 | 13.62 | - |
| YUV | 141.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 93 | 0 | 0.54 | 0.60 | 0.10 | 5.26 | 0.73 | 0.63 |
| Hex | E6 | 69 | 5D | 0 | 36 | 3C | A | 5 | 49 | 3F |
| Octal | 346 | 151 | 135 | 0 | 66 | 74 | 12 | 5 | 111 | 77 |
| Binary | 11100110 | 1101001 | 1011101 | 0 | 110110 | 111100 | 1010 | 101 | 1001001 | 111111 |
Color Harmonies of #E6695D
Complementary color
Monochromatic Colors of #E6695D
Black with #E6695D
Text Example
Text Example
White with #E6695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6695D; }
p { color: rgb(230,105,93); }
H1.HeaderClassName
{
color: #E6695D;
}
.AnyTagClassName
{
color: #E6695D;
}
</style>
background-color css
<style>
a { background-color: #E6695D; }
a { background-color: rgb(230,105,93); }
div.DivClassName
{
background-color: #E6695D;
}
.BgClassName
{
background-color: #E6695D;
}
</style>
border-color css
<style>
span { border-color: #E6695D; }
span { border-color: rgb(230,105,93); }
td.TdClassName
{
border-color: #E6695D;
}
.TagClassName
{
border-color: #E6695D;
}
</style>