#D68762

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

Shades of Copper #D68762

Tints of Copper #D68762

Color information

#D68762 (or 0xD68762) is unknown color: approx Copper. HEX triplet: D6, 87 and 62. RGB value is (214,135,98). Sum of RGB (Red+Green+Blue) = 214+135+98=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68762 is #29789D. Grayscale: #9A9A9A. Windows color (decimal): -2717854 or 6457302. OLE color: 6457302.

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

Color convert

RGB21413598-
CMYK00.370.540.16
HSL19.14º58.59%61.18%-
HSV(B)19.14º54.21%83.92%-
XYZ38.632.5115.8-
YUV154.496.17170.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=47.87%
G=30.20%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141359800.370.540.1619.1458.5961.18
HexD687620253610133b3d
Octal3262071420456620237375
Binary1101011010000111110001001001011101101000010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68762; }

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

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

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

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

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

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

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

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