#D6A672

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

Shades of Putty #D6A672

Tints of Putty #D6A672

Color information

#D6A672 (or 0xD6A672) is unknown color: approx Putty. HEX triplet: D6, A6 and 72. RGB value is (214,166,114). Sum of RGB (Red+Green+Blue) = 214+166+114=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A672 is #29598D. Grayscale: #AEAEAE. Windows color (decimal): -2709902 or 7513814. OLE color: 7513814.

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

Color convert

RGB214166114-
CMYK00.220.470.16
HSL31.2º54.95%64.31%-
HSV(B)31.2º46.73%83.92%-
XYZ44.4142.7821.84-
YUV174.4293.9156.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=43.32%
G=33.60%
B=23.08%

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
Decimal21416611400.220.470.1631.254.9564.31
HexD6A6720162F101f3740
Octal32624616202657203767100
Binary1101011010100110111001001011010111110000111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A672; }

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

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

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

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

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

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

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

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