#D6886E

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

Shades of Copper #D6886E

Tints of Copper #D6886E

Color information

#D6886E (or 0xD6886E) is unknown color: approx Copper. HEX triplet: D6, 88 and 6E. RGB value is (214,136,110). Sum of RGB (Red+Green+Blue) = 214+136+110=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6886E is #297791. Grayscale: #9C9C9C. Windows color (decimal): -2717586 or 7243990. OLE color: 7243990.

HSL color Cylindrical-coordinate representation of color #D6886E: hue angle of 15º 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 #D6886E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214136110-
CMYK00.360.490.16
HSL15º55.91%63.53%-
HSV(B)15º48.6%83.92%-
XYZ39.3533.0319.05-
YUV156.36101.84169.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=46.52%
G=29.57%
B=23.91%

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
Decimal21413611000.360.490.161555.9163.53
HexD6886E0243110f3840
Octal32621015604461201770100
Binary1101011010001000110111001001001100011000011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6886E; }

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

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

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

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

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

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

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

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