#D6AC6C

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

Shades of Putty #D6AC6C

Tints of Putty #D6AC6C

Color information

#D6AC6C (or 0xD6AC6C) is unknown color: approx Putty. HEX triplet: D6, AC and 6C. RGB value is (214,172,108). Sum of RGB (Red+Green+Blue) = 214+172+108=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC6C is #295393. Grayscale: #B1B1B1. Windows color (decimal): -2708372 or 7122134. OLE color: 7122134.

HSL color Cylindrical-coordinate representation of color #D6AC6C: hue angle of 36.23º degrees, saturation: 0.56, 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 #D6AC6C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214172108-
CMYK00.200.500.16
HSL36.23º56.38%63.14%-
HSV(B)36.23º49.53%83.92%-
XYZ45.1944.8820.47-
YUV177.2688.91154.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=43.32%
G=34.82%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417210800.200.500.1636.2356.3863.14
HexD6AC6C014321024383f
Octal3262541540246220447077
Binary1101011010101100110110001010011001010000100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC6C; }

 p { color: rgb(214,172,108); }

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

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

 a { background-color: rgb(214,172,108); }

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

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

 span { border-color: rgb(214,172,108); }

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