#C6AF76

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

Shades of Putty #C6AF76

Tints of Putty #C6AF76

Color information

#C6AF76 (or 0xC6AF76) is unknown color: approx Putty. HEX triplet: C6, AF and 76. RGB value is (198,175,118). Sum of RGB (Red+Green+Blue) = 198+175+118=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF76 is #395089. Grayscale: #AFAFAF. Windows color (decimal): -3756170 or 7778246. OLE color: 7778246.

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

Color convert

RGB198175118-
CMYK00.120.400.22
HSL42.75º41.24%61.96%-
HSV(B)42.75º40.4%77.65%-
XYZ41.8943.9723.42-
YUV175.3895.62144.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=40.33%
G=35.64%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817511800.120.400.2242.7541.2461.96
HexC6AF760C28162b293e
Octal3062571660145026535176
Binary110001101010111111101100110010100010110101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF76; }

 p { color: rgb(198,175,118); }

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

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

 a { background-color: rgb(198,175,118); }

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

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

 span { border-color: rgb(198,175,118); }

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