#D6A76E

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

Shades of Putty #D6A76E

Tints of Putty #D6A76E

Color information

#D6A76E (or 0xD6A76E) is unknown color: approx Putty. HEX triplet: D6, A7 and 6E. RGB value is (214,167,110). Sum of RGB (Red+Green+Blue) = 214+167+110=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A76E is #295891. Grayscale: #AEAEAE. Windows color (decimal): -2709650 or 7251926. OLE color: 7251926.

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

Color convert

RGB214167110-
CMYK00.220.490.16
HSL32.88º55.91%63.53%-
HSV(B)32.88º48.6%83.92%-
XYZ44.3643.0620.72-
YUV174.5591.57156.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=43.58%
G=34.01%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416711000.220.490.1632.8855.9163.53
HexD6A76E0163110213840
Octal32624715602661204170100
Binary11010110101001111101110010110110001100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A76E; }

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

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

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

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

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

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

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

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