#D6876D

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

Shades of Copper #D6876D

Tints of Copper #D6876D

Color information

#D6876D (or 0xD6876D) is unknown color: approx Copper. HEX triplet: D6, 87 and 6D. RGB value is (214,135,109). Sum of RGB (Red+Green+Blue) = 214+135+109=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6876D is #297892. Grayscale: #9B9B9B. Windows color (decimal): -2717843 or 7178198. OLE color: 7178198.

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

Color convert

RGB214135109-
CMYK00.370.490.16
HSL14.86º56.15%63.33%-
HSV(B)14.86º49.07%83.92%-
XYZ39.1632.7318.72-
YUV155.66101.67169.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=46.72%
G=29.48%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413510900.370.490.1614.8656.1563.33
HexD6876D0253110f383f
Octal3262071550456120177077
Binary110101101000011111011010100101110001100001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6876D; }

 p { color: rgb(214,135,109); }

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

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

 a { background-color: rgb(214,135,109); }

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

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

 span { border-color: rgb(214,135,109); }

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