#C6A575

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

Shades of Putty #C6A575

Tints of Putty #C6A575

Color information

#C6A575 (or 0xC6A575) is unknown color: approx Putty. HEX triplet: C6, A5 and 75. RGB value is (198,165,117). Sum of RGB (Red+Green+Blue) = 198+165+117=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A575 is #395A8A. Grayscale: #A9A9A9. Windows color (decimal): -3758731 or 7710150. OLE color: 7710150.

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

Color convert

RGB198165117-
CMYK00.170.410.22
HSL35.56º41.54%61.76%-
HSV(B)35.56º40.91%77.65%-
XYZ39.9540.222.48-
YUV169.498.43148.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=41.25%
G=34.38%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816511700.170.410.2235.5641.5461.76
HexC6A5750112916242a3e
Octal3062451650215126445276
Binary1100011010100101111010101000110100110110100100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A575; }

 p { color: rgb(198,165,117); }

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

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

 a { background-color: rgb(198,165,117); }

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

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

 span { border-color: rgb(198,165,117); }

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