#D6B375

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

Shades of Putty #D6B375

Tints of Putty #D6B375

Color information

#D6B375 (or 0xD6B375) is unknown color: approx Putty. HEX triplet: D6, B3 and 75. RGB value is (214,179,117). Sum of RGB (Red+Green+Blue) = 214+179+117=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B375 is #294C8A. Grayscale: #B6B6B6. Windows color (decimal): -2706571 or 7713750. OLE color: 7713750.

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

Color convert

RGB214179117-
CMYK00.160.450.16
HSL38.35º54.19%64.9%-
HSV(B)38.35º45.33%83.92%-
XYZ47.0647.8223.58-
YUV182.491.1150.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=41.96%
G=35.10%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417911700.160.450.1638.3554.1964.9
HexD6B3750102D10263641
Octal32626316502055204666101
Binary11010110101100111110101010000101101100001001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B375; }

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

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

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

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

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

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

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

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