#D6906B

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

Shades of Copper #D6906B

Tints of Copper #D6906B

Color information

#D6906B (or 0xD6906B) is unknown color: approx Copper. HEX triplet: D6, 90 and 6B. RGB value is (214,144,107). Sum of RGB (Red+Green+Blue) = 214+144+107=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906B is #296F94. Grayscale: #A0A0A0. Windows color (decimal): -2715541 or 7049430. OLE color: 7049430.

HSL color Cylindrical-coordinate representation of color #D6906B: hue angle of 20.75º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6906B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214144107-
CMYK00.330.500.16
HSL20.75º56.61%62.94%-
HSV(B)20.75º50%83.92%-
XYZ40.3635.318.6-
YUV160.7197.69166.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=46.02%
G=30.97%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414410700.330.500.1620.7556.6162.94
HexD6906B021321015393f
Octal3262201530416220257177
Binary1101011010010000110101101000011100101000010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6906B; }

 p { color: rgb(214,144,107); }

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

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

 a { background-color: rgb(214,144,107); }

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

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

 span { border-color: rgb(214,144,107); }

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