#616460

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

Shades of Cactus #616460

Tints of Cactus #616460

Color information

#616460 (or 0x616460) is unknown color: approx Cactus. HEX triplet: 61, 64 and 60. RGB value is (97,100,96). Sum of RGB (Red+Green+Blue) = 97+100+96=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 100 - color contains mainly: green. Hex color #616460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616460 is #9E9B9F. Grayscale: #626262. Windows color (decimal): -10394528 or 6317153. OLE color: 6317153.

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

Color convert

RGB9710096-
CMYK0.0300.040.61
HSL105º2.04%38.43%-
HSV(B)105º4%39.22%-
XYZ11.612.512.87-
YUV98.65126.51126.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=33.11%
G=34.13%
B=32.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100960.0300.040.611052.0438.43
Hex6164603043D69226
Octal14114414030475151246
Binary110000111001001100000110100111101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616460; }

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

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

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

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

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

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

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

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