#D68B65

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

Shades of Copper #D68B65

Tints of Copper #D68B65

Color information

#D68B65 (or 0xD68B65) is unknown color: approx Copper. HEX triplet: D6, 8B and 65. RGB value is (214,139,101). Sum of RGB (Red+Green+Blue) = 214+139+101=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B65 is #29749A. Grayscale: #9D9D9D. Windows color (decimal): -2716827 or 6654934. OLE color: 6654934.

HSL color Cylindrical-coordinate representation of color #D68B65: hue angle of 20.18º 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 #D68B65 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214139101-
CMYK00.350.530.16
HSL20.18º57.95%61.76%-
HSV(B)20.18º52.8%83.92%-
XYZ39.3133.716.74-
YUV157.0996.35168.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=47.14%
G=30.62%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413910100.350.530.1620.1857.9561.76
HexD68B650233510143a3e
Octal3262131450436520247276
Binary1101011010001011110010101000111101011000010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B65; }

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

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

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

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

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

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

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

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