#D6B36E

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

Shades of Putty #D6B36E

Tints of Putty #D6B36E

Color information

#D6B36E (or 0xD6B36E) is unknown color: approx Putty. HEX triplet: D6, B3 and 6E. RGB value is (214,179,110). Sum of RGB (Red+Green+Blue) = 214+179+110=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B36E is #294C91. Grayscale: #B5B5B5. Windows color (decimal): -2706578 or 7254998. OLE color: 7254998.

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

Color convert

RGB214179110-
CMYK00.160.490.16
HSL39.81º55.91%63.53%-
HSV(B)39.81º48.6%83.92%-
XYZ46.6747.6621.49-
YUV181.687.6151.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=42.54%
G=35.59%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417911000.160.490.1639.8155.9163.53
HexD6B36E0103110283840
Octal32626315602061205070100
Binary11010110101100111101110010000110001100001010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B36E; }

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

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

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

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

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

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

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

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