#D6B575

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

Shades of Putty #D6B575

Tints of Putty #D6B575

Color information

#D6B575 (or 0xD6B575) is unknown color: approx Putty. HEX triplet: D6, B5 and 75. RGB value is (214,181,117). Sum of RGB (Red+Green+Blue) = 214+181+117=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B575 is #294A8A. Grayscale: #B7B7B7. Windows color (decimal): -2706059 or 7714262. OLE color: 7714262.

HSL color Cylindrical-coordinate representation of color #D6B575: hue angle of 39.59º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B575 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214181117-
CMYK00.150.450.16
HSL39.59º54.19%64.9%-
HSV(B)39.59º45.33%83.92%-
XYZ47.4748.6323.71-
YUV183.5790.43149.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=41.80%
G=35.35%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418111700.150.450.1639.5954.1964.9
HexD6B5750F2D10283641
Octal32626516501755205066101
Binary1101011010110101111010101111101101100001010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B575; }

 p { color: rgb(214,181,117); }

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

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

 a { background-color: rgb(214,181,117); }

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

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

 span { border-color: rgb(214,181,117); }

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