#616461

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

Shades of Cactus #616461

Tints of Cactus #616461

Color information

#616461 (or 0x616461) is unknown color: approx Cactus. HEX triplet: 61, 64 and 61. RGB value is (97,100,97). Sum of RGB (Red+Green+Blue) = 97+100+97=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 100 - color contains mainly: green. Hex color #616461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616461 is #9E9B9E. Grayscale: #626262. Windows color (decimal): -10394527 or 6382689. OLE color: 6382689.

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

Color convert

RGB9710097-
CMYK0.0300.030.61
HSL120º1.52%38.63%-
HSV(B)120º3%39.22%-
XYZ11.6412.5213.11-
YUV98.76127.01126.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=32.99%
G=34.01%
B=32.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100970.0300.030.611201.5238.63
Hex6164613033D78227
Octal14114414130375170247
Binary11000011100100110000111011111101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616461; }

 p { color: rgb(97,100,97); }

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

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

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

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

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

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

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