#C6AC79

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

Shades of Putty #C6AC79

Tints of Putty #C6AC79

Color information

#C6AC79 (or 0xC6AC79) is unknown color: approx Putty. HEX triplet: C6, AC and 79. RGB value is (198,172,121). Sum of RGB (Red+Green+Blue) = 198+172+121=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC79 is #395386. Grayscale: #AEAEAE. Windows color (decimal): -3756935 or 7974086. OLE color: 7974086.

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

Color convert

RGB198172121-
CMYK00.130.390.22
HSL39.74º40.31%62.55%-
HSV(B)39.74º38.89%77.65%-
XYZ41.4942.8924.18-
YUV173.9698.11145.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=40.33%
G=35.03%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817212100.130.390.2239.7440.3162.55
HexC6AC790D271628283f
Octal3062541710154726505077
Binary110001101010110011110010110110011110110101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC79; }

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

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

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

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

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

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

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

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