#616360

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

Shades of Cactus #616360

Tints of Cactus #616360

Color information

#616360 (or 0x616360) is unknown color: approx Cactus. HEX triplet: 61, 63 and 60. RGB value is (97,99,96). Sum of RGB (Red+Green+Blue) = 97+99+96=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 99 - color contains mainly: green. Hex color #616360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616360 is #9E9C9F. Grayscale: #626262. Windows color (decimal): -10394784 or 6316897. OLE color: 6316897.

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

Color convert

RGB979996-
CMYK0.0200.030.61
HSL100º1.54%38.24%-
HSV(B)100º3.03%38.82%-
XYZ11.512.3112.84-
YUV98.06126.84127.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=33.22%
G=33.90%
B=32.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799960.0200.030.611001.5438.24
Hex6163602033D64226
Octal14114314020375144246
Binary11000011100011110000010011111101110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616360; }

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

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

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

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

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

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

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

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