#D6886D

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

Shades of Copper #D6886D

Tints of Copper #D6886D

Color information

#D6886D (or 0xD6886D) is unknown color: approx Copper. HEX triplet: D6, 88 and 6D. RGB value is (214,136,109). Sum of RGB (Red+Green+Blue) = 214+136+109=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6886D is #297792. Grayscale: #9C9C9C. Windows color (decimal): -2717587 or 7178454. OLE color: 7178454.

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

Color convert

RGB214136109-
CMYK00.360.490.16
HSL15.43º56.15%63.33%-
HSV(B)15.43º49.07%83.92%-
XYZ39.333.0118.77-
YUV156.24101.34169.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=46.62%
G=29.63%
B=23.75%

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
Decimal21413610900.360.490.1615.4356.1563.33
HexD6886D0243110f383f
Octal3262101550446120177077
Binary110101101000100011011010100100110001100001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6886D; }

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

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

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

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

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

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

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

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