#C6AA79

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

Shades of Putty #C6AA79

Tints of Putty #C6AA79

Color information

#C6AA79 (or 0xC6AA79) is unknown color: approx Putty. HEX triplet: C6, AA and 79. RGB value is (198,170,121). Sum of RGB (Red+Green+Blue) = 198+170+121=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA79 is #395586. Grayscale: #ADADAD. Windows color (decimal): -3757447 or 7973574. OLE color: 7973574.

HSL color Cylindrical-coordinate representation of color #C6AA79: hue angle of 38.18º 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 #C6AA79 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB198170121-
CMYK00.140.390.22
HSL38.18º40.31%62.55%-
HSV(B)38.18º38.89%77.65%-
XYZ41.1142.1424.06-
YUV172.7998.78145.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=40.49%
G=34.76%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817012100.140.390.2238.1840.3162.55
HexC6AA790E271626283f
Octal3062521710164726465077
Binary110001101010101011110010111010011110110100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA79; }

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

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

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

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

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

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

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

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