Html Css Color HEX #E6926B Copper

📋 copy color: '#E6926B'

red 230 ◦ green 146 ◦ blue 107

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

Shades of Copper #E6926B

Tints of Copper #E6926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.23%

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 47.62%
G = 30.23%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6926B (or 0xE6926B) is known color: Copper. HEX triplet: E6, 92 and 6B. RGB value is (230,146,107). Sum of RGB (Red+Green+Blue) = 230+146+107=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6926B is #196D94. Grayscale: #A6A6A6. Windows color (decimal): -1666453 or 7049958. OLE color: 7049958.

HSL color Cylindrical-coordinate representation of color #E6926B: hue angle of 19.02º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6926B is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 146 107 -
CMYK 0 0.37 0.53 0.10
HSL 19.02º 0.71% 0.66% -
HSV(B) 19.02º 0.53% 0.9% -
XYZ 45.57 38.44 18.93 -
YUV 166.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 230 146 107 0 0.37 0.53 0.10 19.02 0.71 0.66
Hex E6 92 6B 0 25 35 A 13 47 42
Octal 346 222 153 0 45 65 12 23 107 102
Binary 11100110 10010010 1101011 0 100101 110101 1010 10011 1000111 1000010

Color Harmonies of #E6926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6926B

Black with #E6926B

Text Example


Text Example

White with #E6926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6926B; }

 p { color: rgb(230,146,107); }

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

background-color css

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

 a { background-color: rgb(230,146,107); }

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

border-color css

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

 span { border-color: rgb(230,146,107); }

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