#D6B072

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

Shades of Putty #D6B072

Tints of Putty #D6B072

Color information

#D6B072 (or 0xD6B072) is unknown color: approx Putty. HEX triplet: D6, B0 and 72. RGB value is (214,176,114). Sum of RGB (Red+Green+Blue) = 214+176+114=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B072 is #294F8D. Grayscale: #B4B4B4. Windows color (decimal): -2707342 or 7516374. OLE color: 7516374.

HSL color Cylindrical-coordinate representation of color #D6B072: hue angle of 37.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6B072 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214176114-
CMYK00.180.470.16
HSL37.2º54.95%64.31%-
HSV(B)37.2º46.73%83.92%-
XYZ46.2946.5622.47-
YUV180.2990.59152.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=42.46%
G=34.92%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417611400.180.470.1637.254.9564.31
HexD6B0720122F10253740
Octal32626016202257204567100
Binary11010110101100001110010010010101111100001001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B072; }

 p { color: rgb(214,176,114); }

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

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

 a { background-color: rgb(214,176,114); }

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

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

 span { border-color: rgb(214,176,114); }

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