#C6AE70

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

Shades of Putty #C6AE70

Tints of Putty #C6AE70

Color information

#C6AE70 (or 0xC6AE70) is unknown color: approx Putty. HEX triplet: C6, AE and 70. RGB value is (198,174,112). Sum of RGB (Red+Green+Blue) = 198+174+112=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE70 is #39518F. Grayscale: #AEAEAE. Windows color (decimal): -3756432 or 7384774. OLE color: 7384774.

HSL color Cylindrical-coordinate representation of color #C6AE70: hue angle of 43.26º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6AE70 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198174112-
CMYK00.120.430.22
HSL43.26º43%60.78%-
HSV(B)43.26º43.43%77.65%-
XYZ41.3543.4521.54-
YUV174.1192.95145.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=40.91%
G=35.95%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817411200.120.430.2243.264360.78
HexC6AE700C2B162b2b3d
Octal3062561600145326535375
Binary110001101010111011100000110010101110110101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE70; }

 p { color: rgb(198,174,112); }

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

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

 a { background-color: rgb(198,174,112); }

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

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

 span { border-color: rgb(198,174,112); }

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