#C6AC72

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

Shades of Putty #C6AC72

Tints of Putty #C6AC72

Color information

#C6AC72 (or 0xC6AC72) is unknown color: approx Putty. HEX triplet: C6, AC and 72. RGB value is (198,172,114). Sum of RGB (Red+Green+Blue) = 198+172+114=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC72 is #39538D. Grayscale: #ADADAD. Windows color (decimal): -3756942 or 7515334. OLE color: 7515334.

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

Color convert

RGB198172114-
CMYK00.130.420.22
HSL41.43º42.42%61.18%-
HSV(B)41.43º42.42%77.65%-
XYZ41.0842.7322-
YUV173.1694.61145.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=40.91%
G=35.54%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817211400.130.420.2241.4342.4261.18
HexC6AC720D2A16292a3d
Octal3062541620155226515275
Binary110001101010110011100100110110101010110101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC72; }

 p { color: rgb(198,172,114); }

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

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

 a { background-color: rgb(198,172,114); }

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

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

 span { border-color: rgb(198,172,114); }

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