#D68A61

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

Shades of Copper #D68A61

Tints of Copper #D68A61

Color information

#D68A61 (or 0xD68A61) is unknown color: approx Copper. HEX triplet: D6, 8A and 61. RGB value is (214,138,97). Sum of RGB (Red+Green+Blue) = 214+138+97=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A61 is #29759E. Grayscale: #9C9C9C. Windows color (decimal): -2717087 or 6392534. OLE color: 6392534.

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

Color convert

RGB21413897-
CMYK00.360.550.16
HSL21.03º58.79%60.98%-
HSV(B)21.03º54.67%83.92%-
XYZ38.9833.3415.69-
YUV156.0594.68169.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=47.66%
G=30.73%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141389700.360.550.1621.0358.7960.98
HexD68A610243710153b3d
Octal3262121410446720257375
Binary1101011010001010110000101001001101111000010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A61; }

 p { color: rgb(214,138,97); }

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

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

 a { background-color: rgb(214,138,97); }

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

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

 span { border-color: rgb(214,138,97); }

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