#D6B06F

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

Shades of Putty #D6B06F

Tints of Putty #D6B06F

Color information

#D6B06F (or 0xD6B06F) is unknown color: approx Putty. HEX triplet: D6, B0 and 6F. RGB value is (214,176,111). Sum of RGB (Red+Green+Blue) = 214+176+111=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B06F is #294F90. Grayscale: #B4B4B4. Windows color (decimal): -2707345 or 7319766. OLE color: 7319766.

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

Color convert

RGB214176111-
CMYK00.180.480.16
HSL37.86º55.68%63.73%-
HSV(B)37.86º48.13%83.92%-
XYZ46.1346.4921.58-
YUV179.9589.09152.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=42.71%
G=35.13%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417611100.180.480.1637.8655.6863.73
HexD6B06F0123010263840
Octal32626015702260204670100
Binary11010110101100001101111010010110000100001001101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B06F; }

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

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

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

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

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

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

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

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