#D6AB75

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

Shades of Putty #D6AB75

Tints of Putty #D6AB75

Color information

#D6AB75 (or 0xD6AB75) is unknown color: approx Putty. HEX triplet: D6, AB and 75. RGB value is (214,171,117). Sum of RGB (Red+Green+Blue) = 214+171+117=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB75 is #29548A. Grayscale: #B1B1B1. Windows color (decimal): -2708619 or 7711702. OLE color: 7711702.

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

Color convert

RGB214171117-
CMYK00.200.450.16
HSL33.4º54.19%64.9%-
HSV(B)33.4º45.33%83.92%-
XYZ45.5144.7123.06-
YUV177.793.75153.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=42.63%
G=34.06%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417111700.200.450.1633.454.1964.9
HexD6AB750142D10213641
Octal32625316502455204166101
Binary11010110101010111110101010100101101100001000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB75; }

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

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

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

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

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

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

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

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