#D6A86E

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

Shades of Putty #D6A86E

Tints of Putty #D6A86E

Color information

#D6A86E (or 0xD6A86E) is unknown color: approx Putty. HEX triplet: D6, A8 and 6E. RGB value is (214,168,110). Sum of RGB (Red+Green+Blue) = 214+168+110=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A86E is #295791. Grayscale: #AFAFAF. Windows color (decimal): -2709394 or 7252182. OLE color: 7252182.

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

Color convert

RGB214168110-
CMYK00.210.490.16
HSL33.46º55.91%63.53%-
HSV(B)33.46º48.6%83.92%-
XYZ44.5543.4320.79-
YUV175.1491.24155.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=43.50%
G=34.15%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416811000.210.490.1633.4655.9163.53
HexD6A86E0153110213840
Octal32625015602561204170100
Binary11010110101010001101110010101110001100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A86E; }

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

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

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

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

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

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

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

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