Html Css Color HEX #E6685E Terra Cotta

📋 copy color: '#E6685E'

red 230 ◦ green 104 ◦ blue 94

#E6685E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #E6685E

Tints of Terra Cotta #E6685E

RGB

 RED value IS 230 (90.23% from 255) = 53.74%

 GREEN value IS 104 (41.02% from 255) = 24.3%

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 53.74%
G = 24.3%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6685E (or 0xE6685E) is known color: Terra Cotta. HEX triplet: E6, 68 and 5E. RGB value is (230,104,94). Sum of RGB (Red+Green+Blue) = 230+104+94=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6685E is #1997A1. Grayscale: #8C8C8C. Windows color (decimal): -1677218 or 6187238. OLE color: 6187238.

HSL color Cylindrical-coordinate representation of color #E6685E: hue angle of 4.41º 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 #E6685E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 94 -
CMYK 0 0.55 0.59 0.10
HSL 4.41º 0.73% 0.64% -
HSV(B) 4.41º 0.59% 0.9% -
XYZ 39.6 27.53 13.82 -
YUV 140.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 230 104 94 0 0.55 0.59 0.10 4.41 0.73 0.64
Hex E6 68 5E 0 37 3B A 4 49 40
Octal 346 150 136 0 67 73 12 4 111 100
Binary 11100110 1101000 1011110 0 110111 111011 1010 100 1001001 1000000

Color Harmonies of #E6685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6685E

Black with #E6685E

Text Example


Text Example

White with #E6685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6685E; }

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

 H1.HeaderClassName
 {
   color: #E6685E;
 }
 .AnyTagClassName
 {
   color: #E6685E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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