#616361

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

Shades of Cactus #616361

Tints of Cactus #616361

Color information

#616361 (or 0x616361) is unknown color: approx Cactus. HEX triplet: 61, 63 and 61. RGB value is (97,99,97). Sum of RGB (Red+Green+Blue) = 97+99+97=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 99 - color contains mainly: green. Hex color #616361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616361 is #9E9C9E. Grayscale: #626262. Windows color (decimal): -10394783 or 6382433. OLE color: 6382433.

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

Color convert

RGB979997-
CMYK0.0200.020.61
HSL120º1.02%38.43%-
HSV(B)120º2.02%38.82%-
XYZ11.5512.3313.08-
YUV98.17127.34127.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=33.11%
G=33.79%
B=33.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799970.0200.020.611201.0238.43
Hex6163612023D78126
Octal14114314120275170146
Binary1100001110001111000011001011110111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616361; }

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

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

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

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

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

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

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

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