#D6AC6E

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

Shades of Putty #D6AC6E

Tints of Putty #D6AC6E

Color information

#D6AC6E (or 0xD6AC6E) is unknown color: approx Putty. HEX triplet: D6, AC and 6E. RGB value is (214,172,110). Sum of RGB (Red+Green+Blue) = 214+172+110=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC6E is #295391. Grayscale: #B1B1B1. Windows color (decimal): -2708370 or 7253206. OLE color: 7253206.

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

Color convert

RGB214172110-
CMYK00.200.490.16
HSL35.77º55.91%63.53%-
HSV(B)35.77º48.6%83.92%-
XYZ45.344.9321.04-
YUV177.4989.91154.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=43.15%
G=34.68%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417211000.200.490.1635.7755.9163.53
HexD6AC6E0143110243840
Octal32625415602461204470100
Binary11010110101011001101110010100110001100001001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC6E; }

 p { color: rgb(214,172,110); }

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

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

 a { background-color: rgb(214,172,110); }

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

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

 span { border-color: rgb(214,172,110); }

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