Html Css Color HEX #E6685D Terra Cotta

📋 copy color: '#E6685D'

red 230 ◦ green 104 ◦ blue 93

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

Shades of Terra Cotta #E6685D

Tints of Terra Cotta #E6685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 53.86%
G = 24.36%
B = 21.78%

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

#E6685D (or 0xE6685D) is known color: Terra Cotta. HEX triplet: E6, 68 and 5D. RGB value is (230,104,93). Sum of RGB (Red+Green+Blue) = 230+104+93=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6685D is #1997A2. Grayscale: #8C8C8C. Windows color (decimal): -1677219 or 6121702. OLE color: 6121702.

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

Color convert

RGB 230 104 93 -
CMYK 0 0.55 0.60 0.10
HSL 4.82º 0.73% 0.63% -
HSV(B) 4.82º 0.6% 0.9% -
XYZ 39.56 27.51 13.58 -
YUV 140.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 230 104 93 0 0.55 0.60 0.10 4.82 0.73 0.63
Hex E6 68 5D 0 37 3C A 5 49 3F
Octal 346 150 135 0 67 74 12 5 111 77
Binary 11100110 1101000 1011101 0 110111 111100 1010 101 1001001 111111

Color Harmonies of #E6685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6685D

Black with #E6685D

Text Example


Text Example

White with #E6685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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