#C6AD6F

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

Shades of Putty #C6AD6F

Tints of Putty #C6AD6F

Color information

#C6AD6F (or 0xC6AD6F) is unknown color: approx Putty. HEX triplet: C6, AD and 6F. RGB value is (198,173,111). Sum of RGB (Red+Green+Blue) = 198+173+111=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD6F is #395290. Grayscale: #ADADAD. Windows color (decimal): -3756689 or 7318982. OLE color: 7318982.

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

Color convert

RGB198173111-
CMYK00.130.440.22
HSL42.76º43.28%60.59%-
HSV(B)42.76º43.94%77.65%-
XYZ41.143.0421.18-
YUV173.4192.78145.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=41.08%
G=35.89%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817311100.130.440.2242.7643.2860.59
HexC6AD6F0D2C162b2b3d
Octal3062551570155426535375
Binary110001101010110111011110110110110010110101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD6F; }

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

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

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

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

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

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

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

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