#D6896E

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

Shades of Copper #D6896E

Tints of Copper #D6896E

Color information

#D6896E (or 0xD6896E) is unknown color: approx Copper. HEX triplet: D6, 89 and 6E. RGB value is (214,137,110). Sum of RGB (Red+Green+Blue) = 214+137+110=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6896E is #297691. Grayscale: #9D9D9D. Windows color (decimal): -2717330 or 7244246. OLE color: 7244246.

HSL color Cylindrical-coordinate representation of color #D6896E: hue angle of 15.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6896E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214137110-
CMYK00.360.490.16
HSL15.58º55.91%63.53%-
HSV(B)15.58º48.6%83.92%-
XYZ39.4933.3119.1-
YUV156.94101.51168.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=46.42%
G=29.72%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413711000.360.490.1615.5855.9163.53
HexD6896E0243110103840
Octal32621115604461202070100
Binary11010110100010011101110010010011000110000100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6896E; }

 p { color: rgb(214,137,110); }

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

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

 a { background-color: rgb(214,137,110); }

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

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

 span { border-color: rgb(214,137,110); }

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