#D68D67

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

Shades of Copper #D68D67

Tints of Copper #D68D67

Color information

#D68D67 (or 0xD68D67) is unknown color: approx Copper. HEX triplet: D6, 8D and 67. RGB value is (214,141,103). Sum of RGB (Red+Green+Blue) = 214+141+103=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D67 is #297298. Grayscale: #9E9E9E. Windows color (decimal): -2716313 or 6786518. OLE color: 6786518.

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

Color convert

RGB214141103-
CMYK00.340.520.16
HSL20.54º57.51%62.16%-
HSV(B)20.54º51.87%83.92%-
XYZ39.734.3317.36-
YUV158.4996.68167.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=46.72%
G=30.79%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414110300.340.520.1620.5457.5162.16
HexD68D670223410153a3e
Octal3262151470426420257276
Binary1101011010001101110011101000101101001000010101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D67; }

 p { color: rgb(214,141,103); }

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

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

 a { background-color: rgb(214,141,103); }

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

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

 span { border-color: rgb(214,141,103); }

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