#D6B36B

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

Shades of Putty #D6B36B

Tints of Putty #D6B36B

Color information

#D6B36B (or 0xD6B36B) is unknown color: approx Putty. HEX triplet: D6, B3 and 6B. RGB value is (214,179,107). Sum of RGB (Red+Green+Blue) = 214+179+107=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B36B is #294C94. Grayscale: #B5B5B5. Windows color (decimal): -2706581 or 7058390. OLE color: 7058390.

HSL color Cylindrical-coordinate representation of color #D6B36B: hue angle of 40.37º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B36B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214179107-
CMYK00.160.500.16
HSL40.37º56.61%62.94%-
HSV(B)40.37º50%83.92%-
XYZ46.5147.620.65-
YUV181.2686.1151.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 107 (42.19% from 255) = 21.4%
R=42.8%
G=35.8%
B=21.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417910700.160.500.1640.3756.6162.94
HexD6B36B010321028393f
Octal3262631530206220507177
Binary1101011010110011110101101000011001010000101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B36B; }

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

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

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

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

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

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

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

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