#C6A475

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

Shades of Putty #C6A475

Tints of Putty #C6A475

Color information

#C6A475 (or 0xC6A475) is unknown color: approx Putty. HEX triplet: C6, A4 and 75. RGB value is (198,164,117). Sum of RGB (Red+Green+Blue) = 198+164+117=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A475 is #395B8A. Grayscale: #A9A9A9. Windows color (decimal): -3758987 or 7709894. OLE color: 7709894.

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

Color convert

RGB198164117-
CMYK00.170.410.22
HSL34.81º41.54%61.76%-
HSV(B)34.81º40.91%77.65%-
XYZ39.7839.8422.42-
YUV168.8198.76148.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=41.34%
G=34.24%
B=24.43%

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
Decimal19816411700.170.410.2234.8141.5461.76
HexC6A4750112916232a3e
Octal3062441650215126435276
Binary1100011010100100111010101000110100110110100011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A475; }

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

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

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

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

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

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

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

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