#d6a66c

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

Shades of Putty #D6A66C

Tints of Putty #D6A66C

Color information

#D6A66C (or 0xD6A66C) is unknown color: approx Putty. HEX triplet: D6, A6 and 6C. RGB value is (214,166,108). Sum of RGB (Red+Green+Blue) = 214+166+108=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A66C is #295993. Grayscale: #AEAEAE. Windows color (decimal): -2709908 or 7120598. OLE color: 7120598.

HSL color Cylindrical-coordinate representation of color #D6A66C: hue angle of 32.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A66C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214166108-
CMYK00.220.500.16
HSL32.83º56.38%63.14%-
HSV(B)32.83º49.53%83.92%-
XYZ44.0742.6520.1-
YUV173.7490.9156.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=43.85%
G=34.02%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416610800.220.500.1632.8356.3863.14
HexD6A66C016321021383f
Octal3262461540266220417077
Binary1101011010100110110110001011011001010000100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6a66c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6a66c; }

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

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

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

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

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

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

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

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