Html Css Color HEX #E6685C Terra Cotta

📋 copy color: '#E6685C'

red 230 ◦ green 104 ◦ blue 92

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

Shades of Terra Cotta #E6685C

Tints of Terra Cotta #E6685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 53.99%
G = 24.41%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6685C (or 0xE6685C) is known color: Terra Cotta. HEX triplet: E6, 68 and 5C. RGB value is (230,104,92). Sum of RGB (Red+Green+Blue) = 230+104+92=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6685C is #1997A3. Grayscale: #8C8C8C. Windows color (decimal): -1677220 or 6056166. OLE color: 6056166.

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

Color convert

RGB 230 104 92 -
CMYK 0 0.55 0.60 0.10
HSL 5.22º 0.73% 0.63% -
HSV(B) 5.22º 0.6% 0.9% -
XYZ 39.52 27.5 13.35 -
YUV 140.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 230 104 92 0 0.55 0.60 0.10 5.22 0.73 0.63
Hex E6 68 5C 0 37 3C A 5 49 3F
Octal 346 150 134 0 67 74 12 5 111 77
Binary 11100110 1101000 1011100 0 110111 111100 1010 101 1001001 111111

Color Harmonies of #E6685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6685C

Black with #E6685C

Text Example


Text Example

White with #E6685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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