#C6AB73

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

Shades of Putty #C6AB73

Tints of Putty #C6AB73

Color information

#C6AB73 (or 0xC6AB73) is unknown color: approx Putty. HEX triplet: C6, AB and 73. RGB value is (198,171,115). Sum of RGB (Red+Green+Blue) = 198+171+115=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB73 is #39548C. Grayscale: #ACACAC. Windows color (decimal): -3757197 or 7580614. OLE color: 7580614.

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

Color convert

RGB198171115-
CMYK00.140.420.22
HSL40.48º42.13%61.37%-
HSV(B)40.48º41.92%77.65%-
XYZ40.9542.3722.24-
YUV172.6995.45146.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=40.91%
G=35.33%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817111500.140.420.2240.4842.1361.37
HexC6AB730E2A16282a3d
Octal3062531630165226505275
Binary110001101010101111100110111010101010110101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB73; }

 p { color: rgb(198,171,115); }

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

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

 a { background-color: rgb(198,171,115); }

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

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

 span { border-color: rgb(198,171,115); }

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