#c6a97c

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

Shades of Putty #C6A97C

Tints of Putty #C6A97C

Color information

#C6A97C (or 0xC6A97C) is unknown color: approx Putty. HEX triplet: C6, A9 and 7C. RGB value is (198,169,124). Sum of RGB (Red+Green+Blue) = 198+169+124=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A97C is #395683. Grayscale: #ACACAC. Windows color (decimal): -3757700 or 8169926. OLE color: 8169926.

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

Color convert

RGB198169124-
CMYK00.150.370.22
HSL36.49º39.36%63.14%-
HSV(B)36.49º37.37%77.65%-
XYZ41.1141.8424.98-
YUV172.54100.61146.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=40.33%
G=34.42%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816912400.150.370.2236.4939.3663.14
HexC6A97C0F251624273f
Octal3062511740174526444777
Binary110001101010100111111000111110010110110100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a97c; }

 p { color: rgb(198,169,124); }

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

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

 a { background-color: rgb(198,169,124); }

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

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

 span { border-color: rgb(198,169,124); }

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