#D68C6D

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

Shades of Copper #D68C6D

Tints of Copper #D68C6D

Color information

#D68C6D (or 0xD68C6D) is unknown color: approx Copper. HEX triplet: D6, 8C and 6D. RGB value is (214,140,109). Sum of RGB (Red+Green+Blue) = 214+140+109=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C6D is #297392. Grayscale: #9E9E9E. Windows color (decimal): -2716563 or 7179478. OLE color: 7179478.

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

Color convert

RGB214140109-
CMYK00.350.490.16
HSL17.71º56.15%63.33%-
HSV(B)17.71º49.07%83.92%-
XYZ39.8734.1618.96-
YUV158.59100.02167.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=46.22%
G=30.24%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414010900.350.490.1617.7156.1563.33
HexD68C6D023311012383f
Octal3262141550436120227077
Binary1101011010001100110110101000111100011000010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C6D; }

 p { color: rgb(214,140,109); }

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

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

 a { background-color: rgb(214,140,109); }

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

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

 span { border-color: rgb(214,140,109); }

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