Shades of Terra Cotta #E6695A
Tints of Terra Cotta #E6695A
RGB
CMYK
RGB Variations
Color information
#E6695A (or 0xE6695A) is known color: Terra Cotta. HEX triplet: E6, 69 and 5A. RGB value is (230,105,90). Sum of RGB (Red+Green+Blue) = 230+105+90=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6695A is #1996A5. Grayscale: #8C8C8C. Windows color (decimal): -1676966 or 5925350. OLE color: 5925350.
HSL color Cylindrical-coordinate representation of color #E6695A: hue angle of 6.43º 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 #E6695A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 90 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.10 |
| HSL | 6.43º | 0.74% | 0.63% | - |
| HSV(B) | 6.43º | 0.61% | 0.9% | - |
| XYZ | 39.53 | 27.66 | 12.93 | - |
| YUV | 140.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 90 | 0 | 0.54 | 0.61 | 0.10 | 6.43 | 0.74 | 0.63 |
| Hex | E6 | 69 | 5A | 0 | 36 | 3D | A | 6 | 4A | 3F |
| Octal | 346 | 151 | 132 | 0 | 66 | 75 | 12 | 6 | 112 | 77 |
| Binary | 11100110 | 1101001 | 1011010 | 0 | 110110 | 111101 | 1010 | 110 | 1001010 | 111111 |
Color Harmonies of #E6695A
Complementary color
Monochromatic Colors of #E6695A
Black with #E6695A
Text Example
Text Example
White with #E6695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6695A; }
p { color: rgb(230,105,90); }
H1.HeaderClassName
{
color: #E6695A;
}
.AnyTagClassName
{
color: #E6695A;
}
</style>
background-color css
<style>
a { background-color: #E6695A; }
a { background-color: rgb(230,105,90); }
div.DivClassName
{
background-color: #E6695A;
}
.BgClassName
{
background-color: #E6695A;
}
</style>
border-color css
<style>
span { border-color: #E6695A; }
span { border-color: rgb(230,105,90); }
td.TdClassName
{
border-color: #E6695A;
}
.TagClassName
{
border-color: #E6695A;
}
</style>