#D6B374

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

Shades of Putty #D6B374

Tints of Putty #D6B374

Color information

#D6B374 (or 0xD6B374) is unknown color: approx Putty. HEX triplet: D6, B3 and 74. RGB value is (214,179,116). Sum of RGB (Red+Green+Blue) = 214+179+116=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B374 is #294C8B. Grayscale: #B6B6B6. Windows color (decimal): -2706572 or 7648214. OLE color: 7648214.

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

Color convert

RGB214179116-
CMYK00.160.460.16
HSL38.57º54.44%64.71%-
HSV(B)38.57º45.79%83.92%-
XYZ4747.823.27-
YUV182.2890.6150.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=42.04%
G=35.17%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417911600.160.460.1638.5754.4464.71
HexD6B3740102E10273641
Octal32626316402056204766101
Binary11010110101100111110100010000101110100001001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B374; }

 p { color: rgb(214,179,116); }

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

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

 a { background-color: rgb(214,179,116); }

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

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

 span { border-color: rgb(214,179,116); }

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