#616165

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

Shades of Comet #616165

Tints of Comet #616165

Color information

#616165 (or 0x616165) is unknown color: approx Comet. HEX triplet: 61, 61 and 65. RGB value is (97,97,101). Sum of RGB (Red+Green+Blue) = 97+97+101=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 101 - color contains mainly: blue. Hex color #616165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616165 is #9E9E9A. Grayscale: #616161. Windows color (decimal): -10395291 or 6644065. OLE color: 6644065.

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

Color convert

RGB9797101-
CMYK0.040.0400.60
HSL240º2.02%38.82%-
HSV(B)240º3.96%39.61%-
XYZ11.5512.0314.03-
YUV97.46130127.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=32.88%
G=32.88%
B=34.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97971010.040.0400.602402.0238.82
Hex6161654403Cf0227
Octal14114114544074360247
Binary11000011100001110010110010001111001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616165; }

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

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

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

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

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

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

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

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