#D6A671

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

Shades of Putty #D6A671

Tints of Putty #D6A671

Color information

#D6A671 (or 0xD6A671) is unknown color: approx Putty. HEX triplet: D6, A6 and 71. RGB value is (214,166,113). Sum of RGB (Red+Green+Blue) = 214+166+113=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A671 is #29598E. Grayscale: #AEAEAE. Windows color (decimal): -2709903 or 7448278. OLE color: 7448278.

HSL color Cylindrical-coordinate representation of color #D6A671: hue angle of 31.49º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6A671 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214166113-
CMYK00.220.470.16
HSL31.49º55.19%64.12%-
HSV(B)31.49º47.2%83.92%-
XYZ44.3542.7621.54-
YUV174.3193.4156.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=43.41%
G=33.67%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416611300.220.470.1631.4955.1964.12
HexD6A6710162F101f3740
Octal32624616102657203767100
Binary1101011010100110111000101011010111110000111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A671; }

 p { color: rgb(214,166,113); }

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

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

 a { background-color: rgb(214,166,113); }

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

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

 span { border-color: rgb(214,166,113); }

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