Shades of Terra Cotta #E6695C
Tints of Terra Cotta #E6695C
RGB
CMYK
RGB Variations
Color information
#E6695C (or 0xE6695C) is known color: Terra Cotta. HEX triplet: E6, 69 and 5C. RGB value is (230,105,92). Sum of RGB (Red+Green+Blue) = 230+105+92=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6695C is #1996A3. Grayscale: #8D8D8D. Windows color (decimal): -1676964 or 6056422. OLE color: 6056422.
HSL color Cylindrical-coordinate representation of color #E6695C: hue angle of 5.65º 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 #E6695C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 92 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.10 |
| HSL | 5.65º | 0.73% | 0.63% | - |
| HSV(B) | 5.65º | 0.6% | 0.9% | - |
| XYZ | 39.62 | 27.7 | 13.38 | - |
| YUV | 140.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 92 | 0 | 0.54 | 0.60 | 0.10 | 5.65 | 0.73 | 0.63 |
| Hex | E6 | 69 | 5C | 0 | 36 | 3C | A | 6 | 49 | 3F |
| Octal | 346 | 151 | 134 | 0 | 66 | 74 | 12 | 6 | 111 | 77 |
| Binary | 11100110 | 1101001 | 1011100 | 0 | 110110 | 111100 | 1010 | 110 | 1001001 | 111111 |
Color Harmonies of #E6695C
Complementary color
Monochromatic Colors of #E6695C
Black with #E6695C
Text Example
Text Example
White with #E6695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6695C; }
p { color: rgb(230,105,92); }
H1.HeaderClassName
{
color: #E6695C;
}
.AnyTagClassName
{
color: #E6695C;
}
</style>
background-color css
<style>
a { background-color: #E6695C; }
a { background-color: rgb(230,105,92); }
div.DivClassName
{
background-color: #E6695C;
}
.BgClassName
{
background-color: #E6695C;
}
</style>
border-color css
<style>
span { border-color: #E6695C; }
span { border-color: rgb(230,105,92); }
td.TdClassName
{
border-color: #E6695C;
}
.TagClassName
{
border-color: #E6695C;
}
</style>