#D6B26E

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

Shades of Putty #D6B26E

Tints of Putty #D6B26E

Color information

#D6B26E (or 0xD6B26E) is unknown color: approx Putty. HEX triplet: D6, B2 and 6E. RGB value is (214,178,110). Sum of RGB (Red+Green+Blue) = 214+178+110=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B26E is #294D91. Grayscale: #B5B5B5. Windows color (decimal): -2706834 or 7254742. OLE color: 7254742.

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

Color convert

RGB214178110-
CMYK00.170.490.16
HSL39.23º55.91%63.53%-
HSV(B)39.23º48.6%83.92%-
XYZ46.4747.2621.43-
YUV181.0187.93151.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=42.63%
G=35.46%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417811000.170.490.1639.2355.9163.53
HexD6B26E0113110273840
Octal32626215602161204770100
Binary11010110101100101101110010001110001100001001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B26E; }

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

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

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

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

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

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

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

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