#C6AC73

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

Shades of Putty #C6AC73

Tints of Putty #C6AC73

Color information

#C6AC73 (or 0xC6AC73) is unknown color: approx Putty. HEX triplet: C6, AC and 73. RGB value is (198,172,115). Sum of RGB (Red+Green+Blue) = 198+172+115=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC73 is #39538C. Grayscale: #ADADAD. Windows color (decimal): -3756941 or 7580870. OLE color: 7580870.

HSL color Cylindrical-coordinate representation of color #C6AC73: hue angle of 41.2º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6AC73 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB198172115-
CMYK00.130.420.22
HSL41.2º42.13%61.37%-
HSV(B)41.2º41.92%77.65%-
XYZ41.1442.7522.3-
YUV173.2895.11145.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=40.82%
G=35.46%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817211500.130.420.2241.242.1361.37
HexC6AC730D2A16292a3d
Octal3062541630155226515275
Binary110001101010110011100110110110101010110101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC73; }

 p { color: rgb(198,172,115); }

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

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

 a { background-color: rgb(198,172,115); }

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

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

 span { border-color: rgb(198,172,115); }

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