#D6896F

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

Shades of Copper #D6896F

Tints of Copper #D6896F

Color information

#D6896F (or 0xD6896F) is unknown color: approx Copper. HEX triplet: D6, 89 and 6F. RGB value is (214,137,111). Sum of RGB (Red+Green+Blue) = 214+137+111=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6896F is #297690. Grayscale: #9D9D9D. Windows color (decimal): -2717329 or 7309782. OLE color: 7309782.

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

Color convert

RGB214137111-
CMYK00.360.480.16
HSL15.15º55.68%63.73%-
HSV(B)15.15º48.13%83.92%-
XYZ39.5533.3419.39-
YUV157.06102.01168.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=46.32%
G=29.65%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413711100.360.480.1615.1555.6863.73
HexD6896F0243010f3840
Octal32621115704460201770100
Binary1101011010001001110111101001001100001000011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6896F; }

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

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

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

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

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

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

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

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