#D68665

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

Shades of Copper #D68665

Tints of Copper #D68665

Color information

#D68665 (or 0xD68665) is unknown color: approx Copper. HEX triplet: D6, 86 and 65. RGB value is (214,134,101). Sum of RGB (Red+Green+Blue) = 214+134+101=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68665 is #29799A. Grayscale: #9A9A9A. Windows color (decimal): -2718107 or 6653654. OLE color: 6653654.

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

Color convert

RGB214134101-
CMYK00.370.530.16
HSL17.52º57.95%61.76%-
HSV(B)17.52º52.8%83.92%-
XYZ38.6132.2916.51-
YUV154.1698170.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=47.66%
G=29.84%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413410100.370.530.1617.5257.9561.76
HexD686650253510123a3e
Octal3262061450456520227276
Binary1101011010000110110010101001011101011000010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68665; }

 p { color: rgb(214,134,101); }

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

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

 a { background-color: rgb(214,134,101); }

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

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

 span { border-color: rgb(214,134,101); }

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