#616560

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

Shades of Cactus #616560

Tints of Cactus #616560

Color information

#616560 (or 0x616560) is unknown color: approx Cactus. HEX triplet: 61, 65 and 60. RGB value is (97,101,96). Sum of RGB (Red+Green+Blue) = 97+101+96=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #616560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616560 is #9E9A9F. Grayscale: #636363. Windows color (decimal): -10394272 or 6317409. OLE color: 6317409.

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

Color convert

RGB9710196-
CMYK0.0400.050.60
HSL108º2.54%38.63%-
HSV(B)108º4.95%39.61%-
XYZ11.6912.6912.9-
YUV99.23126.17126.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=32.99%
G=34.35%
B=32.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101960.0400.050.601082.5438.63
Hex6165604053C6c327
Octal14114514040574154347
Binary1100001110010111000001000101111100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616560; }

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

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

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

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

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

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

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

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