Html Css Color HEX #616165 Comet

📋 copy color: '#616165'

red 97 ◦ green 97 ◦ blue 101

#616165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #616165

Tints of Comet #616165

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 value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#616165 (or 0x616165) is known color: 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

RGB 97 97 101 -
CMYK 0.04 0.04 0 0.60
HSL 240º 0.02% 0.39% -
HSV(B) 240º 0.04% 0.4% -
XYZ 11.55 12.03 14.03 -
YUV 97.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 97 97 101 0.04 0.04 0 0.60 240 0.02 0.39
Hex 61 61 65 4 4 0 3C F0 2 27
Octal 141 141 145 4 4 0 74 360 2 47
Binary 1100001 1100001 1100101 100 100 0 111100 11110000 10 100111

Color Harmonies of #616165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616165

Black with #616165

Text Example


Text Example

White with #616165

Text Example


Text Example

HTML Codes & Css Web 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>