#C6AD77

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

Shades of Putty #C6AD77

Tints of Putty #C6AD77

Color information

#C6AD77 (or 0xC6AD77) is unknown color: approx Putty. HEX triplet: C6, AD and 77. RGB value is (198,173,119). Sum of RGB (Red+Green+Blue) = 198+173+119=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD77 is #395288. Grayscale: #AEAEAE. Windows color (decimal): -3756681 or 7843270. OLE color: 7843270.

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

Color convert

RGB198173119-
CMYK00.130.400.22
HSL41.01º40.93%62.16%-
HSV(B)41.01º39.9%77.65%-
XYZ41.5643.2223.61-
YUV174.3296.78144.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=40.41%
G=35.31%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817311900.130.400.2241.0140.9362.16
HexC6AD770D281629293e
Octal3062551670155026515176
Binary110001101010110111101110110110100010110101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD77; }

 p { color: rgb(198,173,119); }

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

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

 a { background-color: rgb(198,173,119); }

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

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

 span { border-color: rgb(198,173,119); }

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