#C6AB77

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

Shades of Putty #C6AB77

Tints of Putty #C6AB77

Color information

#C6AB77 (or 0xC6AB77) is unknown color: approx Putty. HEX triplet: C6, AB and 77. RGB value is (198,171,119). Sum of RGB (Red+Green+Blue) = 198+171+119=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB77 is #395488. Grayscale: #ADADAD. Windows color (decimal): -3757193 or 7842758. OLE color: 7842758.

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

Color convert

RGB198171119-
CMYK00.140.400.22
HSL39.49º40.93%62.16%-
HSV(B)39.49º39.9%77.65%-
XYZ41.1842.4623.48-
YUV173.1497.45145.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=40.57%
G=35.04%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817111900.140.400.2239.4940.9362.16
HexC6AB770E281627293e
Octal3062531670165026475176
Binary110001101010101111101110111010100010110100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB77; }

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

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

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

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

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

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

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

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