#E6695E

Color #E6695E Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E6695E

Tints of Terra Cotta #E6695E

Color information

#E6695E (or 0xE6695E) is unknown color: approx Terra Cotta. HEX triplet: E6, 69 and 5E. RGB value is (230,105,94). Sum of RGB (Red+Green+Blue) = 230+105+94=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E6695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6695E is #1996A1. Grayscale: #8D8D8D. Windows color (decimal): -1676962 or 6187494. OLE color: 6187494.

HSL color Cylindrical-coordinate representation of color #E6695E: hue angle of 4.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6695E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23010594-
CMYK00.540.590.10
HSL4.85º73.12%63.53%-
HSV(B)4.85º59.13%90.2%-
XYZ39.7127.7313.85-
YUV141.12101.41191.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 53.61%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=53.61%
G=24.48%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301059400.540.590.104.8573.1263.53
HexE6695E0363BA54940
Octal34615113606673125111100
Binary11100110110100110111100110110111011101010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6695E; }

 p { color: rgb(230,105,94); }

 H1.HeaderClassName
 {
   color: #E6695E;
 }
 .AnyTagClassName
 {
   color: #E6695E;
 }
</style>
background-color css

<style>
 a { background-color: #E6695E; }

 a { background-color: rgb(230,105,94); }

 div.DivClassName
 {
   background-color: #E6695E;
 }
 .BgClassName
 {
   background-color: #E6695E;
 }
</style>
border-color css

<style>
 span { border-color: #E6695E; }

 span { border-color: rgb(230,105,94); }

 td.TdClassName
 {
   border-color: #E6695E;
 }
 .TagClassName
 {
   border-color: #E6695E;
 }
</style>