#D68961

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

Shades of Copper #D68961

Tints of Copper #D68961

Color information

#D68961 (or 0xD68961) is unknown color: approx Copper. HEX triplet: D6, 89 and 61. RGB value is (214,137,97). Sum of RGB (Red+Green+Blue) = 214+137+97=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68961 is #29769E. Grayscale: #9B9B9B. Windows color (decimal): -2717343 or 6392278. OLE color: 6392278.

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

Color convert

RGB21413797-
CMYK00.360.550.16
HSL20.51º58.79%60.98%-
HSV(B)20.51º54.67%83.92%-
XYZ38.8333.0515.64-
YUV155.4695.01169.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=47.77%
G=30.58%
B=21.65%

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
Decimal2141379700.360.550.1620.5158.7960.98
HexD689610243710153b3d
Octal3262111410446720257375
Binary1101011010001001110000101001001101111000010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68961; }

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

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

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

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

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

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

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

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