#C6A976

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

Shades of Putty #C6A976

Tints of Putty #C6A976

Color information

#C6A976 (or 0xC6A976) is unknown color: approx Putty. HEX triplet: C6, A9 and 76. RGB value is (198,169,118). Sum of RGB (Red+Green+Blue) = 198+169+118=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A976 is #395689. Grayscale: #ACACAC. Windows color (decimal): -3757706 or 7776710. OLE color: 7776710.

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

Color convert

RGB198169118-
CMYK00.150.400.22
HSL38.25º41.24%61.96%-
HSV(B)38.25º40.4%77.65%-
XYZ40.7541.6923.04-
YUV171.8697.61146.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=40.82%
G=34.85%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816911800.150.400.2238.2541.2461.96
HexC6A9760F281626293e
Octal3062511660175026465176
Binary110001101010100111101100111110100010110100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A976; }

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

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

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

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

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

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

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

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