#D6A36C

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

Shades of Putty #D6A36C

Tints of Putty #D6A36C

Color information

#D6A36C (or 0xD6A36C) is unknown color: approx Putty. HEX triplet: D6, A3 and 6C. RGB value is (214,163,108). Sum of RGB (Red+Green+Blue) = 214+163+108=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A36C is #295C93. Grayscale: #ACACAC. Windows color (decimal): -2710676 or 7119830. OLE color: 7119830.

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

Color convert

RGB214163108-
CMYK00.240.500.16
HSL31.13º56.38%63.14%-
HSV(B)31.13º49.53%83.92%-
XYZ43.5441.5719.92-
YUV171.9891.9157.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=44.12%
G=33.61%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416310800.240.500.1631.1356.3863.14
HexD6A36C01832101f383f
Octal3262431540306220377077
Binary110101101010001111011000110001100101000011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A36C; }

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

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

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

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

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

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

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

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