#d6846c

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

Shades of Copper #D6846C

Tints of Copper #D6846C

Color information

#D6846C (or 0xD6846C) is unknown color: approx Copper. HEX triplet: D6, 84 and 6C. RGB value is (214,132,108). Sum of RGB (Red+Green+Blue) = 214+132+108=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6846C is #297B93. Grayscale: #999999. Windows color (decimal): -2718612 or 7111894. OLE color: 7111894.

HSL color Cylindrical-coordinate representation of color #D6846C: hue angle of 13.58º degrees, saturation: 0.56, 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 #D6846C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214132108-
CMYK00.380.500.16
HSL13.58º56.38%63.14%-
HSV(B)13.58º49.53%83.92%-
XYZ38.6931.8818.3-
YUV153.78102.17170.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=47.14%
G=29.07%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413210800.380.500.1613.5856.3863.14
HexD6846C0263210e383f
Octal3262041540466220167077
Binary110101101000010011011000100110110010100001110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6846c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6846c; }

 p { color: rgb(214,132,108); }

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

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

 a { background-color: rgb(214,132,108); }

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

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

 span { border-color: rgb(214,132,108); }

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