#C6A879

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

Shades of Putty #C6A879

Tints of Putty #C6A879

Color information

#C6A879 (or 0xC6A879) is unknown color: approx Putty. HEX triplet: C6, A8 and 79. RGB value is (198,168,121). Sum of RGB (Red+Green+Blue) = 198+168+121=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A879 is #395786. Grayscale: #ABABAB. Windows color (decimal): -3757959 or 7973062. OLE color: 7973062.

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

Color convert

RGB198168121-
CMYK00.150.390.22
HSL36.62º40.31%62.55%-
HSV(B)36.62º38.89%77.65%-
XYZ40.7441.3923.93-
YUV171.6199.44146.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=40.66%
G=34.50%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816812100.150.390.2236.6240.3162.55
HexC6A8790F271625283f
Octal3062501710174726455077
Binary110001101010100011110010111110011110110100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A879; }

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

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

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

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

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

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

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

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