#C6AD78

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

Shades of Putty #C6AD78

Tints of Putty #C6AD78

Color information

#C6AD78 (or 0xC6AD78) is unknown color: approx Putty. HEX triplet: C6, AD and 78. RGB value is (198,173,120). Sum of RGB (Red+Green+Blue) = 198+173+120=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD78 is #395287. Grayscale: #AEAEAE. Windows color (decimal): -3756680 or 7908806. OLE color: 7908806.

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

Color convert

RGB198173120-
CMYK00.130.390.22
HSL40.77º40.63%62.35%-
HSV(B)40.77º39.39%77.65%-
XYZ41.6243.2523.92-
YUV174.4397.28144.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=40.33%
G=35.23%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817312000.130.390.2240.7740.6362.35
HexC6AD780D271629293e
Octal3062551700154726515176
Binary110001101010110111110000110110011110110101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD78; }

 p { color: rgb(198,173,120); }

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

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

 a { background-color: rgb(198,173,120); }

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

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

 span { border-color: rgb(198,173,120); }

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