#616260

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

Shades of Willow Grove #616260

Tints of Willow Grove #616260

Color information

#616260 (or 0x616260) is unknown color: approx Willow Grove. HEX triplet: 61, 62 and 60. RGB value is (97,98,96). Sum of RGB (Red+Green+Blue) = 97+98+96=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 98 - color contains mainly: green. Hex color #616260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616260 is #9E9D9F. Grayscale: #616161. Windows color (decimal): -10395040 or 6316641. OLE color: 6316641.

HSL color Cylindrical-coordinate representation of color #616260: hue angle of 90º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #616260 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB979896-
CMYK0.0100.020.62
HSL90º1.03%38.04%-
HSV(B)90º2.04%38.43%-
XYZ11.4112.1212.8-
YUV97.47127.17127.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=33.33%
G=33.68%
B=32.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798960.0100.020.62901.0338.04
Hex6162601023E5a126
Octal14114214010276132146
Binary110000111000101100000101011111010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616260; }

 p { color: rgb(97,98,96); }

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

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

 a { background-color: rgb(97,98,96); }

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

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

 span { border-color: rgb(97,98,96); }

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