Html Css Color HEX #616564 William

📋 copy color: '#616564'

red 97 ◦ green 101 ◦ blue 100

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

Shades of William #616564

Tints of William #616564

RGB

 RED value IS 97 (38.28% from 255) = 32.55%

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 32.55%
G = 33.89%
B = 33.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#616564 (or 0x616564) is known color: William. HEX triplet: 61, 65 and 64. RGB value is (97,101,100). Sum of RGB (Red+Green+Blue) = 97+101+100=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 101 - color contains mainly: green. Hex color #616564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616564 is #9E9A9B. Grayscale: #636363. Windows color (decimal): -10394268 or 6579553. OLE color: 6579553.

HSL color Cylindrical-coordinate representation of color #616564: hue angle of 165º 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 #616564 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 100 -
CMYK 0.04 0 0.01 0.60
HSL 165º 0.02% 0.39% -
HSV(B) 165º 0.04% 0.4% -
XYZ 11.88 12.77 13.89 -
YUV 99.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 97 101 100 0.04 0 0.01 0.60 165 0.02 0.39
Hex 61 65 64 4 0 1 3C A5 2 27
Octal 141 145 144 4 0 1 74 245 2 47
Binary 1100001 1100101 1100100 100 0 1 111100 10100101 10 100111

Color Harmonies of #616564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616564

Black with #616564

Text Example


Text Example

White with #616564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616564; }

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

 H1.HeaderClassName
 {
   color: #616564;
 }
 .AnyTagClassName
 {
   color: #616564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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